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-01-12 22:51:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ef10ee8e63ec12ae7efee72ecd7b946f743e2cc
RestKit
/
Docs
History
Camilo López
2ef10ee8e6
*iovalue = [(NSString*)iovalue uppercaseString];
...
-> *ioValue = [(NSString*)ioValue uppercaseString];
2012-05-16 18:22:34 -04:00
..
Design
Updated Object Mapping documentation, added support for inferring object mappings based off of the type of the object used in postObject:, putObject:, etc. Made KVC validation optional.
2011-07-23 23:47:03 -04:00
Images
Update Add to App Delegate image
2012-05-16 09:14:39 -04:00
MobileTuts Advanced RestKit
Removed references to sharedQueue from Advanced Tutorial sources
2011-09-08 09:38:26 -04:00
MobileTuts Introduction to RestKit
Fix error in method definition
2011-04-04 19:43:21 -04:00
Presentations
/Introduction to RestKit
Added Keynote and PDF versions of the presentation from last night to Docs
2011-09-14 09:28:52 -04:00
Object Mapping.md
*iovalue = [(NSString*)iovalue uppercaseString];
2012-05-16 18:22:34 -04:00
TESTING.md
Expand testing documentation to briefly cover RestKit gem, RKGithub, and xcode-select
2012-04-16 23:37:35 -04:00
WRITING_DOCS.md
Updates to documentation reflect preference for OCHamcrest matchers over UIExpectation. Fixed broken link to pull request to the Two Toasters repository. Prepping to tag 0.9.3
2011-08-02 07:44:08 -04:00