↧
Answer by wattson12 for Subclassing AFNetworking to handle POST / GET requests
My first thought is does AFNetworking not handle this already but if not I would suggest doing this in a more AFNetworking style: create an object of type AFHTTPResponseSerializer * and set an instance...
View ArticleSubclassing AFNetworking to handle POST / GET requests
I am pretty new to iOS development - I'm writing an app the uses web services, pretty extensively. With that in mind, I decided to use AFNetworking 2.0 and subclass AFHTTPSessionManager. I created a...
View Article