UINavigation 控制器从头开始帮助
如何从头开始创建一个包含 TableView 的 NavigationController(将其放入我现有的项目中而不使用模板)?我可以仅使用一个视图控制器和 xib 来完成此操作还是可以使用更多?有人可以指点我一些教程吗?谢谢。
How do I create a NavigationController with a TableView inside of it from scratch (putting it into my existing project without using the template)? Can I do it with only one view controller and xib or will I more? Are there any tutorials someone can point me to? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用或不使用 nib 文件来完成此操作。
我认为您应该观看本教程的前 10 分钟!
You can do it with or without a nib file.
I think you should watch the first 10 minutes of this tutorial !