Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用自定义图像作为背景的导航栏。以及一些用于按钮 UIBarButtonItems 的图像。
当设备旋转时,导航栏高度明显更改为 32px 而不是 44px。
然后制作另一个图像用于导航栏背景或创建可拉伸图像是最佳做法吗?
我会创建两个可拉伸图像,一个用于视网膜,一个用于默认设备,最佳做法是使用可拉伸图像而不是全长图像,因为您会减小应用程序大小,并且如果设备屏幕尺寸发生变化也不会有问题(如果可拉伸图像设置正确)