mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Minor documentation cleanup for paginator
This commit is contained in:
@@ -135,10 +135,16 @@ typedef void(^RKObjectPaginatorDidFailWithErrorBlock)(NSError *error, RKObjectLo
|
||||
|
||||
/** @name Pagination Metadata */
|
||||
|
||||
/// The number of objects to load per page
|
||||
/**
|
||||
The number of objects to load per page
|
||||
*/
|
||||
@property (nonatomic, assign) NSUInteger perPage;
|
||||
|
||||
/// Returns YES when the paginator has loaded a page of objects
|
||||
/**
|
||||
A Boolean value indicating if the paginator has loaded a page of objects
|
||||
|
||||
@returns YES when the paginator has loaded a page of objects
|
||||
*/
|
||||
@property (nonatomic, readonly, getter = isLoaded) BOOL loaded;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user