hi all,
I have a iphone app which is table view and a detail view, i converted it to a universal app and my ipad main xib looks like below
UIApplication
UIResponder
MyAppDelegate
UIWindow
UISplitViewController
--UINavigationController
----UINavigationBar
----MyTableViewController
------UINavigationItem
--UINavigationController
----UINavigationBar
----MyDetailViewController
------UINavigationItem
But unfortunately when i run in ipad 4.2 i only see MyDetailViewController. where is list in left side ? my logs indicate that the tableview delegates are called properly
regards
I have a iphone app which is table view and a detail view, i converted it to a universal app and my ipad main xib looks like below
UIApplication
UIResponder
MyAppDelegate
UIWindow
UISplitViewController
--UINavigationController
----UINavigationBar
----MyTableViewController
------UINavigationItem
--UINavigationController
----UINavigationBar
----MyDetailViewController
------UINavigationItem
But unfortunately when i run in ipad 4.2 i only see MyDetailViewController. where is list in left side ? my logs indicate that the tableview delegates are called properly
regards
Last edited: