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
The starting index for the returned results.
property -
toResultIndex
The ending index for the returned results.
property -
totalResults
The total number of available results.
property -
currentPage
The current results page.
property -
numberOfPages
The total number of results pages available.
property
Convenience
-
+ unpack:
Convenience method to instantiate a
PWPagination
object from a properly formattedNSDictionary
object.
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