younotesunreadstarredadd url

Cocoa with Love: Multiple virtual pages in a UIScrollView with just 2 child views

http://cocoawithlove.com/2009/01/multiple-virtual-pages-in-uiscrollview.html

august 2009cocoa-touch source tutorial uiscrollviewopen in karakeep

by Matt Gallagher ‧ Cocoa with Love ‧ saved copy from 2026.03.03

Karakeep has no AI summary for this page yet. summarize now

page description:

The <code>UIScrollView</code> and <code>UIPageControl</code> in Cocoa Touch allow for user interfaces with multiple panning pages. The sample project that Apple provides (PageControl) keeps all child views for every page in a lazily loaded array. I’ll show you how you can implement this using just two child views, no matter how many virtual pages you wish to represent.
screenshot of the page

« back to bookmarks