iPhone Dev - 使用圆形矩形按钮的视图切换器
我是一个相当新的程序员,我被教导如何使用工具栏按钮作为根控制器在两个视图之间切换。我现在正在制作一个有趣的应用程序,可以在 5 个视图之间切换(但就其外观而言,我不想使用选项卡栏)。我不想使用选项卡栏,而是希望每个视图上有 5 个按钮,可以在其他视图和视图本身之间切换。我什至不知道如何开始。如果有人可以提供任何类型的帮助,甚至是有关此事的良好初学者教程的链接,我将不胜感激......谢谢。
I'm a fairly new programmer and I had been taught how to switch between two views using a toolbar button as the root controller. I am now making an app for fun that switches between 5 views (but for the look of it I dont want to use a tab bar). Instead of using the tab bar i would like to have 5 buttons on each view that switch between the other views and itself. I am at a loss of how to even begin. I would greatly appreciate if anyone could offer any kind of help or even a link for a good beginner tutorial on the matter... Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 XCode 中启动实用程序模板项目。
运行它...使用它..然后浏览代码以了解它的功能
这样你就会变得更好:而不是通过这里的特定答案。
Start an Utility Template project in XCode.
RUN IT...USE IT..Then go through the code to learn how it functions
This way you will become better : Not by a particular answer here .