s1m-0n / NDParallaxIntroView

Easy to use Intro for introducing your App on first launch.
http://www.nomis-development.net
MIT License
99 stars 16 forks source link

Landscape Mode/Orientation Changed Bug #1

Open cherryyingzizhang opened 8 years ago

cherryyingzizhang commented 8 years ago

You can replicate it in your example demo. Do you have a fix for this?

s1m-0n commented 8 years ago

NDParallaxIntroView is currently only designed to support the portrait mode on iPhone - would need to have a deeper look into landscape support which would make more sense for iPads...

cherryyingzizhang commented 8 years ago

Looking at other similar "introviews" on Github, I saw this popular one that supports landscape: https://github.com/ealeksandrov/EAIntroView (though I see an open issue about landscape mode right now in this library)

Since EAIntroView supports it, perhaps landscape-mode could be a worthwhile future enhancement.

I have tried changing your code to support landscape orientation, but failed to implement it successfully. Sorry I cannot help contribute with this enhancement - I only started learning iOS a little over a week ago.

glennposadas commented 7 years ago

Author, @s1m-0n , still got no time to fix this? It's perfect for having a parallax feature, but yea, rotation has an issue. EAIntroView doesn't have parallax feature, unfortunately - Well, the parallax of EAIntroView is the iOS 7's parallax not the scrolling parallax thing.