On Android there\'s neat way to browse between several pages of data with the same layout by using ViewPager and Fragments. User swipes left or right, and the pages change. Ther
I've created a custom control for iOS which acts similar to android's viewPager. You can check this out here.