kentnguyen / KNSemiModalViewController

KNSemiModalViewController
1.8k stars 278 forks source link

Displaying a modalViewController from the semiModalViewController #48

Open JakeAlewel opened 11 years ago

JakeAlewel commented 11 years ago

In my app I am modaly displaying a viewController from a button in the semiModalView. It works great and appears how it should. Unfortunately, when I dismiss the viewController the semiModalView now fills the entire screen rather than being at the bottom as it should be. Is this an iOS issue (I've read some issues with doubling-up modal views)? Or is this an issue with the code?

PS Your tool is awesome, thank you for making it!