如何在 UIScrollview 内触发 UIViewcontroller 视图的旋转事件
我有 1 UIViewController 与 UIScrollView 作为视图。 对于这个滚动视图的每一页,我分配 1 个 UIViewControllers 并将他的视图添加到这个滚动视图中。
当我要旋转设备时,子视图控制器(在滚动视图中具有视图的控制器)中的旋转事件不会触发......
任何人都可以帮助我吗?谢谢:)
塞尔吉奥
I have 1 UIViewController with a UIScrollView as view.
For each page of this scrollview I alloc 1 UIViewControllers and I add his view inside this Scrollview.
When I am going to rotate the device, rotation event in the sub viewcontrollers (that ones that have their views inside the scrollview) doesn't fire...
can anyone help me? thanks :)
Sergio
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的主 ViewController 方法
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
中调用
In your main ViewController method
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
Call