更改主屏幕快速操作图标位置
Posted
技术标签:
【中文标题】更改主屏幕快速操作图标位置【英文标题】:changing Home Screen Quick Actions icon position 【发布时间】:2018-01-25 14:48:43 【问题描述】:Q:如何在 UIApplicationShortcutItems 中将图标定位到文本的左侧?
观察:我正在向我的应用程序添加主屏幕快速操作,我的自定义图标位于文本的右侧。 我查看了多个大型应用程序,如 facebook、snapchat 等,并系统地观察左侧图标。 Apple 文档和官方应用程序始终具有右对齐图标。
【问题讨论】:
【参考方案1】:我认为你不能选择图标的位置:
这是 Apple 员工的回答:
The icon position is not configurable, and ios will swap sides of the
icon depending on where the app icon is placed. For example, if the
app icon on the left side of the screen the icon in the shortcut menu
will appear on the left, but if the app is on the right side of the
screen then the shortcut menu items will be on the right. In general,
the shortcut menu icons will be positioned so that they are directly
above or below the app's icon.
发件人:https://forums.developer.apple.com/thread/20568
【讨论】:
以上是关于更改主屏幕快速操作图标位置的主要内容,如果未能解决你的问题,请参考以下文章
Xcode Storyboard - 如何在不同的 iPhone 屏幕尺寸之间更改元素的字体大小和位置
如何从 C# 代码更改可执行图标? (不是我的应用程序图标)