Commit graph

10 commits

Author SHA1 Message Date
Mattt Thompson
ab91d07575 Renaming AFRestClient to AFRESTClient 2011-09-21 17:55:24 -05:00
Mattt Thompson
69c48f85bb Removing unused -layoutSubviews code in SpotTableViewCell 2011-09-21 15:50:42 -05:00
Mattt Thompson
db4c852e3d [Issue #33] Changing return type of class method object contructors from id to an actual instance of that class 2011-09-21 15:33:20 -05:00
Mattt Thompson
9ee84844c4 Updating example project to new image request API 2011-09-16 22:41:21 -05:00
Mattt Thompson
2b9a66d7a9 Changing AFRestClient +baseURL to a @property 2011-09-16 10:02:51 -05:00
Evan Long
b681971116 The allocation for the shared client could occur twice resulting in a leak. Two
threads could pass the nil check. One would acquire the lock and create the
sharedClient. The second thread would eventually get the lock and also acquire
a sharedClient.
2011-09-15 00:58:41 -07:00
Mattt Thompson
3a4392ec43 Updating Example project to match AFNetworking changes
Minor bugfixes
2011-08-03 11:32:51 -05:00
Mattt Thompson
d87b783814 Porting over changes for 0.3.0 release 2011-07-27 15:14:15 -05:00
Mattt Thompson
3f851b0a23 Removing AFURLCache, using NSURLCache instead 2011-06-02 15:16:17 -05:00
Mattt Thompson
a8cb70db12 Changing Example project directory structure 2011-06-01 12:22:44 -05:00