UINavigationBar 左/后图像是否缩放?
尝试使用漂亮的“后退”箭头图像,就像 Apple iPod 应用程序中的那样 - 当我添加 30x30 图像时,它似乎被压扁或缩放,因为它看起来很小?
UINavigationBar 的后退项目是否可能必须是自定义视图?
Trying to use a nice 'back' arrow image, like that found in Apple's iPod app - when I add my 30x30 image it seems to squashed or scaled, as it looks tiny?
Is it possible that the UINavigationBar's back item will have to be custom view perhaps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 Apple 视图控制器编程指南中的一段引用,您可能会发现它有帮助:
UIBarButtonItem 类有一个对 initWithImage 的调用,它允许您使用您选择的图像设置视图。希望这有帮助。
Here is a quote from Apple's View Controller Programming Guide which you might find helpful:
The UIBarButtonItem class has a call to initWithImage which allows you to set the view with an image of your choosing. Hope this helps.