I’m developing an iOS application with latest SDK.
This app has a UITabBarController and, from one of its UIViewController I want to show viewController1 as a modal view.
From viewController1 and want to show viewController2.
My question is: Can I show an UIViewController as a modal view from another modal view?
Yes, you can….Using this code….
Put this code in FirstViewController.