关于使用 UINavigationController 的 iOS 应用程序上扭曲的后退按钮
我在我的应用程序中使用 UINavigationController
。我在大多数 iPhone 上测试过它都很好。然而,在 iPhone4 上,后退按钮有时(并非总是)会变形。
谁能告诉我是否有什么我错过了或者是否有什么我应该做的?
谢谢。
I am using UINavigationController
in my app. In most of the iPhones I tested its fine. However, on an iPhone4 the back button is sometimes (not always) distorted.
Can anyone kindly tell me if theres something I have missed or if there is something I should do?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是一个漫长的过程,但请检查您的日志以查看是否收到与核心动画和/或错误转换相关的任何错误。我以前见过这样的事情。
This may be a long shot, but check your logs to see if you're get any errors related to core animation and/or bad transforms. I've seen something like this before.