iPad,如何制作应用内设置页面
在我的 iPad 应用程序中,我需要弹出一个设置页面,其外观与“设置”应用程序相同。我注意到很多其他应用程序都有,例如 DocAS 和官方邮件应用程序,所以我想知道是否有官方 API 或第三方库。
我知道我可以从头开始构建一个视图,只是想知道我是否可以避免重建轮子,谢谢大家~
ps我不是在寻找弹出视图,只是为了记录。
In my iPad app, I need to pop up a settings page which has the same look-and-feel as the Settings app. I noticed that a lot other apps has that such as DocAS and the official mail app, so I was wondering if there's an official API or a third party lib for that.
I know I can build a view from scratch, just wondering if I could avoid rebuilding the wheel, Thanks guys~
p.s. I'm not looking for popover view, just for the record.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,您将必须从头开始构建视图,但您正在讨论的“设置”视图是使用 Interface Builder 小部件构建的,因此在 IB 中应该很快就能完成。
To my knowledge you are going to have to build the view from scratch, but the Settings view you are talking about is built using the Interface Builder widgets, so it should be pretty quick to do in IB.