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.
我正在尝试将图像添加到导航栏,我通过 Internet 下载图像。如果我拍摄 320x44 图像,一切正常,但如果我拍摄 640x88 图像,因此视网膜分辨率,导航栏中的图像不会调整大小并且出现超出范围。我使用以下代码设置图像:
[[UINavigationBar appearance] setBackgroundImage:im forBarMetrics:UIBarMetricsDefault];