Hello everyone! does anyone possibly know how to present a UIViewController non modally on top of another UIViewController that has formsheet presentation style in IOS? So basically I have a form sheet and I want to present another VC on top of it and I want to be able to interact with the form sheet while the second VC is presented.
Any help is much appreciated!