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 765 forks source link

Swift: Sometimes, the view controller is not rendered #44

Closed jerometonnelier closed 9 years ago

jerometonnelier commented 9 years ago

I used Onboard a couple of times without worries. Today I ran into a very weird bug : a view is not rendered (it is blank, but if I click were the button is supposed to be, it starts working again). If I allow swiping, it works. But not if I move to the next page programmatically.

I can't put the code (too big?) but it's pretty straightforward : I execute moveToNextPage() on each button action.

Thanks

mamaral commented 9 years ago

Any chance I could get code to reproduce this? Sounds like an interesting bug, but I'll need more info to figure it out. How are you creating the onboarding view controllers?

jerometonnelier commented 9 years ago

Of course. Do you have an email?

---Sent from Boxer | http://getboxer.com

On 27 avril 2015 18:50:53 UTC+2, Mike Amaral notifications@github.com wrote:Any chance I could get code to reproduce this? Sounds like an interesting bug, but I'll need more info to figure it out. How are you creating the onboarding view controllers? —Reply to this email directly or view it on GitHub.

mamaral commented 9 years ago

mike.amaral36@gmail.com

jerometonnelier commented 9 years ago

Hi ;) Just checking. Have you found anything yet? Thanks.

mamaral commented 9 years ago

Hey sorry - I'm actually on vacation so I won't be able to take a look at this until at least next week. Let me know if you find anything out in the meantime.

jerometonnelier commented 9 years ago

Hey there, I didn't have the time to look at it, totally overwhelmed :-/ I saw that you tagged it as a bug, did you reproduce it? Any ideas so far? Thanks.

mamaral commented 9 years ago

I haven't reproduced it. My current Xcode is out of date with the newest version that handles the current version of swift, and I can't for the life of me update my Xcode to the newest version - the download just hangs forever. I'll figure that out first and try to get to reproducing this.

jerometonnelier commented 9 years ago

Who, weird! I just tried with the latest Xcode beta release (6.4), and it worked :-|

mamaral commented 9 years ago

Interesting, maybe it was a swift bug? I admittedly haven't even run any swift code in any of the most recent versions. I wrote all my swift code when it was still in beta and haven't touched it since.

jerometonnelier commented 9 years ago

I have nooooooo idea =) At least it works =) Thanks anyway.

 Le Lundi 11 mai 2015 19h45, Mike Amaral <notifications@github.com> a écrit :

Interesting, maybe it was a swift bug? I admittedly haven't even run any swift code in any of the most recent versions. I wrote all my swift code when it was still in beta and haven't touched it since.— Reply to this email directly or view it on GitHub.

mamaral commented 9 years ago

Np, closing now unless it crops up again. Thanks!