ealeksandrov / EAIntroView

Highly customizable drop-in solution for introduction views.
MIT License
3.76k stars 501 forks source link

Landscape mode have issue #227

Open monish152 opened 3 years ago

monish152 commented 3 years ago

Seems library not supported on landscape mode..Its giving edge issue on new iPhones

ealeksandrov commented 3 years ago

Demo project looks good for me: screenshot

I saw only one issue - text labels may slip outside safe area. That probably can be fixed by custom view pages. Or we can fix it in library to pin subviews to safe area instead of superview.

monish152 commented 3 years ago

I am getting these issue..on left of first page and last page we have black bar as screenshots

Simulator Screen Shot - iPhone 11 - 2021-07-28 at 21 15 28 Simulator Screen Shot - iPhone 11 - 2021-07-28 at 21 15 17

ealeksandrov commented 3 years ago

Start with demo project, update it step by step to look like your design and see when it breaks. If you can reproduce the bug with minimal changes to example project - please share, I'll see if I can help.