当我倒转 iPad 时,旋转应用程序中的按钮
我正在编写一个 iPad 应用程序,我刚刚编写了旋转方法,并且有一些按钮。我使用 CGRectMake 方法并重新定位按钮...纵向和横向模式都工作正常,但我的问题是当我翻转 ipad 时,按钮没有重新定位。需要帮助
I'm programming an iPad application and I just wrote the rotate methods and there are some buttons. I used CGRectMake method and re-positioned buttons ... portrait and landscape modes all works fine but my problem is buttons are not re-positioned when I turn my ipad upside down. Need Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIDeviceOrientationPortraitUpsidedown 是解决方案
UIDeviceOrientationPortraitUpsidedown is the solution