Mike
Mike
@MontakOleg I agree. It's been a while since I was last in this discussion and honestly can't recall exactly what I meant before. I'm open to specific suggestions or even...
I'll think some more about this... Not 100% sold on it as there are really only 4 current prefixes, anchor, align, fill, and group... Perhaps this can be clarified earlier...
The skip button is an exposed property on OnboardingViewController, can you use that?
You could simply add it as a header view for your table.
Are you familiar with how to do this with a normal `UITableView`?
Take a look at the demo project - that uses sections using reuse which basically exposes the cellForRowAtIndexPath as a block.
Looks good - minor comment though, if the method signature said _centered_ rather than _center_ it would be a bit closer to the current naming conventions.
That was what I was referring to. [edit] Oh right, I misread that. Yes I would.
I'll take a look as soon as I get a chance. Thanks for bringing this to my attention.
I've not tried to use it in a swift project, so at the moment I don't know what the issue is. Have you tried searching stackoverflow?