I have a presenetModalViewcontroller on which I add a viewcontroller. When I click a button on that viewcontroller I need to load a view. Right now I am a loading a transparent view on the before mentioned viewController. But as I load the view, my viewController behind it shows a blank view.Its as if the viewController has disappeared. I cannot find a solution to what is happening. Any help will be appreciated.
I have a presenetModalViewcontroller on which I add a viewcontroller. When I click a
Share
I was loading the view in an incorrect manner.
This code worked