Advanced iOS Networking 
I’m sort of a hack in terms of iOS development (ok…any development) but I am dangerous enough. In fact, im dangerous enough to make a very poorly written app using terrible libraries or my own leaky memory management.
Well, Magunth Kumar has made a very nice networking library that handles a whole bunch of nifty helpers and features that will increase speed of your application and your development.
Notable features:
Caching – Will automagically cache your requests. All behind the scenes.
Authentication – Basic, digest or some custom method is there. Really easy to use too.
Freezable – You can mark something “freezable” which will put your operations on ice until you have a network connection again.
Pretty cool stuff. Might put it in iSoccer Live to speed up things and remove that UGLY caching code I’m currently using.
Tags: iphone, network, objective-c
Tweet