Mike
Mike
Did you enable location services? If you said no to the location permissions, it won't show up because we can't get your location. If you said yes and for some...
Looking at this again it may be a JSON deserialization issue. I'll look more into it later tonight. Let me know about if its a permissions issue in the meantime.
Thanks for this - I hadn't considered transforms. I'll take a look as soon as I can.
My first thoughts going over this is that if we wanted to go to this extent, why not make it fully customizable for all situations, i.e. allow them to specify...
There is a property called something like `movesToNextPage` if I recall correctly. There is no built in mechanism for moving to the last page directly though.
You could do something like the following to achieve what you're talking about @opswhisperer ``` OnboardingContentViewController *firstPage = [OnboardingContentViewController contentWithTitle:title body:body image:[UIImage imageNamed:@"blue"] buttonText:buttonText action:^{ UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"My...
Potentially - I've been pretty busy with a few other projects I'm working on, so I don't know how much love I'll be giving this in the near future, but...
I look forward to it!
You could try subclassing `OnboardViewController` and putting the button there, as that is the container that holds all of the content view controllers. The `pageControl` property on `OnboardViewController` is a...