mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Reworked table controller state into a bit mask to coalesce state change into a single observation. fixes #753
* Added RKLogIntegerAsBinary() helper for logging bit masks * Implemented RKTableControllerDidLoadObjectsNotification for static and fetched results table controllers * Cleaned up state definitions within table controller * Documentation cleanups
This commit is contained in:
@@ -205,3 +205,9 @@ void RKLogConfigureFromEnvironment(void);
|
||||
of a failed key-value validation error.
|
||||
*/
|
||||
void RKLogValidationError(NSError *);
|
||||
|
||||
/**
|
||||
Logs the value of an NSUInteger as a binary string. Useful when
|
||||
examining integers containing bitmasked values.
|
||||
*/
|
||||
void RKLogIntegerAsBinary(NSUInteger);
|
||||
|
||||
Reference in New Issue
Block a user