Search code examples
ipaduitableviewuisplitviewcontroller

Will apple reject my app - if I don't use split view?


I've developed an iPhone app. It's working fine (not published yet). Now I want to develop it's iPad version. It has many UITableView. But integrating these UITableViews in UISplitView is complicated, not possible and not logical. So if I develop iPad version without UISplitView, will Apple reject my app, as I'm not properly using real estate of iPad? In other words, can I use UITableViews without using UISplitView and will it be acceptable?


Solution

  • I have an app that I created as a universal app.. I did not use splitview because I wanted the flow to be the exact same for iPhone and iPad and they did accept it. Is your app just on iPad? Hard to say what they will do in that case.