不過要能夠自由自在控制你的畫面,需要先把這本 View Controller Programming Guide for iPhone OS 好好讀一下!
從 Xcode 裡 New Project 的範本裡有 Tab Bar 與 Navigation Bar,不過裡面有提到 you should never add a tab bar controller to a navigation controller,所以要先有 Tab Bar 再加入 Navigation Bar,像這樣:
在這裡找到 Combining Tab Bar and Navigation Controllers 的範例。
另一份範例 How to embed a navigation controller inside a tab bar controller,這一份還有第二篇,講到再加入 table view controller
***
基本閱讀:
iPhone Application Programming Guide
iPhone Human Interface Guidelines
Interface Builder User Guide
延伸閱讀:
Table View Programming Guide for iPhone OS
***
基本閱讀:
iPhone Application Programming Guide
iPhone Human Interface Guidelines
Interface Builder User Guide
延伸閱讀:
Table View Programming Guide for iPhone OS
Thanks, it's useful
回覆刪除Nice Document.
回覆刪除It's very lucky to see this doc.