Hi so what i want to do is add tabs to a msater detail application template. Can someone help me? I also want to make each of the tabs have a table view where you can add a new item.
Asked
Active
Viewed 211 times
-2
-
Are you asking about iOS? Please tag your question properly. Xcode is an IDE used for OS X and iOS development. – jrturton Mar 07 '13 at 22:02
-
yes i am talking about iOS – Joe Masciantonio Mar 08 '13 at 00:47
1 Answers
0
You can refer to the following answer with links:
Answer: SplitViewController with TabbarController
Direct Links:
https://github.com/mattgemmell/MGSplitViewController
http://www.raywenderlich.com/1040/ipad-for-iphone-developers-101-uisplitview-tutorial
-
What i mean is just to add tabs to the template master detail application – Joe Masciantonio Mar 07 '13 at 22:22
-
did you mean something like this? http://www.noorselijster19.com/2011/03/ios/combine-tabbar-and-splitview/ – Obj-Swift Mar 07 '13 at 22:26
-
no i want to have the table where i can press the + button and add an object in one of the tabs – Joe Masciantonio Mar 07 '13 at 23:39