ergunemr / BottomPopup

BottomPopup provides a popup-like presentation style to any view controller
MIT License
875 stars 88 forks source link

What to do in this situation? #7

Open heyehao2008 opened 5 years ago

heyehao2008 commented 5 years ago

i present the navigation controller with navigationBar, which is the subclass of BottomPopupNavigationController. custom the height is 400. it manage controller A. in some case, i need push a controller( just call B) from A, and B controller height is same as the keywindow, just like the nomal push action. What to do in this situation?

heyehao2008 commented 5 years ago

and if i present B is also has a issue