kentnguyen/KNSemiModalViewController

Landscape support

devfly opened this issue · 3 comments

Are you going to implement a landscape support? I'm using this for my app, but I need to implement landscape support. Thank you!

Presenting modal view in landscape mode probably not too hard, what's
difficult is handling the orientation changes.

Partial landscape support is now possible in the latest code on master.

It can present landscape modal view but it won't handle orientation changes. You can try the demo and see the effect.

Looks great! Thanks for adding :)