mamaral / Onboard

An iOS framework to easily create a beautiful and engaging onboarding experience with only a few lines of code.
MIT License
6.46k stars 764 forks source link

When fading is enabled, some pages might load with alpha = 0 #156

Open hertanu opened 7 years ago

hertanu commented 7 years ago

When fading is enabled, pushing to a new view controller on top of the screen with the pages and then coming back to the screen with the pages, loads some of the pages with alpha = 0. If I scroll through the pages some of them don't load.

rlam3 commented 7 years ago

@hertanu would love to see how you were able to get this issue. Do you mid showing us part of the code?

hertanu commented 7 years ago

@rlam3 Would be happy to help. Are you the one maintaining this lib?

rlam3 commented 7 years ago

@hertanu I'm not a maintainer, but I believe I'm having a similar issue. Would like to see if you shared the same experience as me. Where exactly are you setting alpha = 0? Thanks!

hertanu commented 7 years ago

@rlam3 I don't set alpha=0. I am setting fading to ON but then I encountered this issue where some pages are hidden when you scroll.