Looking for a little help with iPad development issue

Soldato
Joined
8 Jan 2003
Posts
3,838
Location
Scotland
I'm creating my first iPad app and am slowly getting the hang of objective-c, viewcontrollers, etc having come from a .NET (C#) background.

Anyway, I'm having an issue that I'm hoping that someone that's done any iPhone/iPad development can help with.

Basically, I have a SplitView which I've got setup to show data in the RootView, and the associated content shows in the DetailsView when selected. I've setup the index on the RootView, search and sectioning and this all (appears) to work fine.

What I'd like to do now is split the DetailsView into 3 views. To do this, I was hoping to embed a TabBar into the Details view and then use this to show the Definition, Images and Case Study views in the DetailsView of the SplitView.

So, first of all, is this possible and secondly, can you point me in the direction of how? Every article I've found on the web has been folk looking to put a SplitView inside a TabBarController which is the opposite of what I want :rolleyes:

Thanks in advance for any help, advice offered :D
 
Back
Top Bottom