This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-03-30 17:43:22 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e7d6e674a960b2ae085eca4ad24dd24d77b44a1
RestKit
/
Examples
/
RKTwitterCoreData
History
Blake Watters
d9d0f7a650
Eliminated the global sharedQueue in favor of allowing each RKClient to own its a private queue. This eliminates problems where multiple clients are tracking reachability notifications and mutating the suspension state on a single queue. If you want to use a single queue across multiple RKClient instances, you can assign a single queue to both and worry about suspension and reachability yourself.
fixes
#278
2011-09-03 15:52:45 -04:00
..
Classes
Eliminated the global sharedQueue in favor of allowing each RKClient to own its a private queue. This eliminates problems where multiple clients are tracking reachability notifications and mutating the suspension state on a single queue. If you want to use a single queue across multiple RKClient instances, you can assign a single queue to both and worry about suspension and reachability yourself.
fixes
#278
2011-09-03 15:52:45 -04:00
Resources
Implementation of Object Mapping 2.0 design:
2011-06-11 19:26:56 -04:00
RKTwitterCoreData.xcodeproj
Reworked installation and build process to eliminate the need to configure the Header and Library search paths. Updated all example projects to match. This makes the use of the DerivedData directory a requirement going forward.
fixes
#323
2011-09-01 21:54:45 -04:00
main.m
Create RKTwitterCoreData project. It's a clone of the RKTwitter example, but using core data.
2010-10-05 15:05:57 -04:00
restkit.json
Overhauled the object seeder API. It's much cleaner. Added example code to the RKTwitterCoreDataExample
2011-03-05 16:11:00 -05:00
RKSeedDatabase.sqlite
Implementation of Object Mapping 2.0 design:
2011-06-11 19:26:56 -04:00
RKTwitter_Prefix.pch
Create RKTwitterCoreData project. It's a clone of the RKTwitter example, but using core data.
2010-10-05 15:05:57 -04:00
users.json
Overhauled the object seeder API. It's much cleaner. Added example code to the RKTwitterCoreDataExample
2011-03-05 16:11:00 -05:00