Open cherryyingzizhang opened 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...
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.
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.
You can replicate it in your example demo. Do you have a fix for this?