Mike

Results 63 comments of Mike

@pashikua Yeah, I'm aware of a few alternatives, although I'd prefer to not have any dependencies as I'm animating placeholders and stuff, so I'd rather have some more control over...

No, this hasn't been added and honestly likely won't be. I'm not sure how much more support will be kept on this library in the future. It's still TBD.

You could modify `OnboardingViewController` to expose the `UIPageViewController` property, and in the last page's `viewDidAppearBlock` disable scrolling on the page view controller, maybe?

@willthink I misread your initial question - if you want a gif/video that is currently not supported for the content pages, only the primary onboarding background. @FabKremer The only solution...

Another solution is to try using SDWebImage, AFAIK their `UIImageView` category supports GIFs?

Use `#import`. http://stackoverflow.com/questions/18947516/import-vs-import-ios-7

No, sounds like something on your end unfortunately.

No worries, let me know what you come up with. There's nothing internally implementing any IB/segue stuff, or preventing it from working, so not sure what the cause could be.