Flip Framework is the simplest way to achieve 1-dimensional flip-browsing similar the the behavior found in the popular Flipboard app.
Lay out your views as normal in the storyboard and with corresponding numbered identifiers. FlipViewController will allow the user to flip through identifiers (1, 2, 3, 4...) until a view controller with the proper identifier is not found
1.0
The code is adapted from the Enter the Matrix example to work with storyboard layouts.
git clone [git-repo-url] flipframework
cd flipframework
open FlipFramework.xcodeproj
Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0