My Application loads login page when it finishes its launch. After login success, i need to navigate from login page to Detail view ( which is a SplitViewController). I have tried pushing the split view but the error reports says
"Split View Controllers cannot be pushed to a Navigation Controller <UINavigationController:"
After Googling i found that the split view controller must always be the root of any interface.
Is their any better solution to display my detailed SplitViewController after the login page?
Thanks.
Try this code.