HGPageScrollView - UIScrollView for iPhone with horizontal paging like mobile Safari tabs.
An extension of iOS UIScrollView that allows scrolling of multiple pages, like mobile Safari tab viewer.
HGPageScrollView uses a similar methodology to UITableView. It defines both a dataSource and a delegate, which its client can implement. At the very least HGPageScrollView expects its dataSource to provide HGPageViews to display.
Like UITableView, HGPageScrollView provides a way to improve performance by reusing pages. It maintains a queue of pages that the data source has marked for reuse. A page is marked for reuse by assigning a value to its reuseIdentifier.
Your new post is loading...