Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:seatme/AFNetworking
Browse files Browse the repository at this point in the history
  • Loading branch information
zbowling committed Nov 24, 2011
2 parents d2cc7af + 15264db commit 2449e59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,6 @@ A few of the improvements and changes over upstream include:
* **No reasonably unexpected behaviors or magic**. Instead prefer explict configuration.
* ```AFImageRequestOperation``` does not automagically scale your images 2x if on retina devices on iOS by default.
* ~~The JSON library used to decode responses is configurable and doesn't fallback under different OS versions.~~ (Integrated with upstream's solution to this.)
* **Typedef'd blocks** - Many block declarations that used more than once have a `typedef`
* **UI/Networking seperation** - Clearer seperation of networking and UI related code to make reusing code between Mac and iOS easier.
* **More uniform across platforms** - Less ifdefs to change behavior between Mac and iOS versions.
* AFXMLRequestOperation is spilt into two classes (one that returns NSXMLParser that is avalaible on both iOS and Mac OSX, and one that returns an NSXMLDocument for only Mac OSX).
Expand Down

0 comments on commit 2449e59

Please sign in to comment.