旋转横向和纵向
我在 UIView 中旋转有问题,在 UIView 中我有 UIimage 和 UI 工具栏 当我改变不同的旋转时, UIImage 和 UIToolBar 也应该改变
I have problem in rotation in UIView, In UIView I have UIimage and UI toolbar
when I change different rotation then UIImage and UIToolBar should also be changed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 iOS 6,在您的视图控制器中执行此操作,
这将使纵向、颠倒纵向和横向的方向向左。
for iOS 6, In your view controller do this,
This will make orientation for Portrait, upside-down portrait and landscape left.
http://goodliffe.blogspot.com/2009/ 12/iphone-forcing-uiview-to-reorientate.html
查看此网站了解更多详细信息。
http://goodliffe.blogspot.com/2009/12/iphone-forcing-uiview-to-reorientate.html
check this site for more detail.