I'm trying to customize the location of my split vew controller, wanting to shift the UISplitView down by 200 pixels, in order to place a banner. I managed to do this by creating a CGFrame in my app delegate, and drawing the The Splitview in this frame.
Can someone who's familiar with the App store approval let me know if this will be an issue, and if there are any workarounds that will let me reposition the splitview? Are there any other solutions other than the one found here.
http://blog.carbonfive.com/2011/03/09/abusing-uiviewcontrollers/
Thanks