ios - Apple's point of view on UISplitViewController? -
i trying have application uses uisplitviewcontroller editing , other operations. figured out not allowed push/modal splitviewcontroller on uinavigationcontroller apple.
so solving problem, created splitview , switched window view in appdelegate. well, works , eveything, question is:
will apple approve this? if not, workaround accepted?
the transition not smooth, suddenly changes view without animation.
short answer: yes.
slightly longer answer: there's no real problem that, , don't think apple have problem it, careful view controller hierarchy. it's workaround careful how go original nav controller , how pass data it.
Comments
Post a Comment