few days to start the iPad development and i face the some problem,
In that the i create the one viewcontroller in which shows the numbers of the options like Deskboard then after open the splitview controller
Flow like following
View Controller
|
|->Splite view controller(with Tabbar controll)
|
|->Left controller(UITableview)
|
|->Right Controller(navigation controller)
Thus i expected output like below

so anyone can guide for solving the problem.
guys any ideas or work arounds?
Please let me know if I am not clear in my question.
Thanks and Regards,
Samuel.
I solve this problem by Cocoa Matter solution thanks for it
And now form above solution i enhance the solution and now the problem solved.
following is the code for the solution
.h file
.m file
Thanks for the Reply,