Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
<NIPagingScrollViewDataSource> Protocol Reference

Overview

The data source for NIPagingScrollView.

Definition at line 27 of file NIPagingScrollViewDataSource.h.

Inheritance diagram for <NIPagingScrollViewDataSource>:
<NIPhotoAlbumScrollViewDataSource>

Methods

[NIPagingScrollViewDataSource] Fetching Required Album Information
(NSInteger) - numberOfPagesInPagingScrollView:
(UIView
< NIPagingScrollViewPage > *) 
- pagingScrollView:pageViewForIndex:

Method Documentation

- (NSInteger) numberOfPagesInPagingScrollView: (NIPagingScrollView *)  pagingScrollView

Fetches the total number of pages in the scroll view.

The value returned in this method will be cached by the scroll view until reloadData is called again.

- (UIView<NIPagingScrollViewPage> *) pagingScrollView: (NIPagingScrollView *)  pagingScrollView
pageViewForIndex: (NSInteger)  pageIndex 

Fetches a page that will be displayed at the given page index.

You should always try to reuse pages by calling dequeueReusablePageWithIdentifier: on the paging scroll view before allocating a new page.

Generated for Nimbus by doxygen 1.7.4-20110629