mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 09:31:32 +08:00
* Cleaned up remaining warnings about if (self = [super init]) * RKParamsExample - Highlights multi-part uploads * RKRequestQueueExample - Working with the request queue * RKBackgroundRequestExample - Examples of using the background policies for backgrounding requests * RKReachabilityExample - Shows how to work with the reachability observer * RKRelationshipMappingExample - Shows how to map related objects from JSON into an object graph * RKCoreDataExample - Shows the basics of using RestKit's Core Data examples Also rearranged dispatch of RKRequest delegate method for didStartLoad: to ensure requeue callbacks get invoked in a timely manner. refs #62