iPhone如何从中心分割屏幕?
我想从我的视图中心分割屏幕,就像“最佳闹钟”infoSpider,Inc 的应用程序
[检查此应用程序的链接以及在打开应用程序时它如何从中心分割]
http://itunes.apple。 com/us/app/best-alarm-clock-free/id353404769?mt=8
让我知道如何在我的应用程序中实现此功能。
I wanna split the screen from the center of my view like the application of "Best Alarm Clock" infoSpider,Inc
[check the link of this application and in opening of application how it split from the center]
http://itunes.apple.com/us/app/best-alarm-clock-free/id353404769?mt=8
Let me know how can i implement this feature in my application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几种方法可以做到这一点。最简单的是,您可以创建一个附加到视图控制器的 uiview。
编辑:
或者您可能想使用
UISplitViewController
There are few ways to do it. The simple one, you can create an uiview an attached to your view controller.
EDIT:
Or you might want to use
UISplitViewController