kentnguyen / KNSemiModalViewController

KNSemiModalViewController
1.8k stars 279 forks source link

Added the ability to move the modal view up #41

Open tranqy opened 11 years ago

tranqy commented 11 years ago

In our implementation it felt better to move the view then resize when the keyboard was displayed. We added this method to move instead of resize and wanted to share.

Great lib, thank you!

kentnguyen commented 11 years ago

Good suggestion. However, this is not exactly easy to use on iPad, so I will keep it as open Pull Request for other users to decide if they want to use it in their code. I'd prefer to keep the library as "modal" instead of being pushed out.