evadne / RAPageViewController

Sliding pages side by side, infinitely. Fancy parts from the redacted bits, re-implemented for expressiveness at expense of some naïvety
77 stars 5 forks source link

UIPageViewController compatibility #2

Closed proxi closed 11 years ago

proxi commented 11 years ago

I am using RAPageViewController as UIPageViewController replacement for targetting iOS5.0. It does work. However, there are some issues that prevent it from being used same way as Apple's controller. I reimplemented Apple's PhotoScroller sample with it and added some logging: RAPhotoScroller.

There are two obvious issues with the current implementation visible in the sample app:

I did some refactoring that fixes both issues. I'm working on a patch.

evadne commented 11 years ago

Hey, thanks for the message. Have you got the patch up anywhere?

I’m closing this issue to track iOS 5.0 compatibility under https://github.com/evadne/RAPageViewController/issues/5. Thanks so much.

proxi commented 11 years ago

Sorry, I didn't follow with the patch, but instead did some modifications for my project. Here's what I did: https://gist.github.com/proxi/5382263