lukegeiger / LGSemiModalNavController

A UINavigationController subclass that presents itself a dynamic amount in a view controller using the UIViewControllerAnimatedTransitioning protocol.
MIT License
409 stars 38 forks source link

present UIImagePicker and back ,navbar height from 44 to 64 #8

Closed 1xiaocainiao closed 8 years ago

1xiaocainiao commented 8 years ago

when i was ModalNavController present UIImagePicker, and dismiss ImagePicker, I found ModalNavController frame changed, nav bar height changed 64,And modalNav view starts at the top of the screen.

lukegeiger commented 8 years ago

Please make a pull request.