GCPagedScrollView

Simple UIScrollView subclass that automatically handle UIPageControl and paged content.

OTHER License

Stars
99

h1. GCPagedScrollView

Simple @UIScrollView@ subclass that automatically handle @UIPageControl@ and paged content.

You can have a paged @UIScrollView@ with @UIPageControl@ in almost no time.

!http://littlekiwi.co.cc/GithubImages/GCPagedScrollView.png!

h2. Usage

(See the demo project included)

You simply allocate the scroll view like you would normally, but instead of adding subviews directly, you add content subviews with one of these methods.

The views will be placed and managed automatically.

You can remove content views with these methods.

Related Projects