For anyone else trying to solve this problem, I would recommend taking a look at apple's video, which includes a tutorial for infinite scrolling & wrapping:
https://developer.apple.com/videos/wwdc/2011/
Along with its sample code:
https://developer.apple.com/library/ios/#samplecode/StreetScroller/Introduction/Intro.html
I'm currently using the "8 1 2 3 4 5 6 7 8 1" method and haven't attempted to implement the method described in the video yet, but it appears that it could prevent the small "bounce" at the last or first page you can encounter when scrolling quickly on the 8 1 2...1 method.