PWPagination Class Reference
Inherits from | NSObject |
Declared in | PWPagination.h |
Overview
PWPagination
objects encapsulate all pagination details associated with fetching an array of content objects.
Tasks
Other Methods
-
fromResultIndex
property -
toResultIndex
property -
totalResults
property -
currentPage
property -
numberOfPages
property
Convenience
Properties
currentPage
The current results page.
@property (nonatomic, readonly) NSUInteger currentPage
Declared In
PWPagination.h
fromResultIndex
The starting index for the returned results.
@property (nonatomic, readonly) NSUInteger fromResultIndex
Declared In
PWPagination.h
numberOfPages
The total number of results pages available.
@property (nonatomic, readonly) NSUInteger numberOfPages
Declared In
PWPagination.h