First time using AFNetworking (and also a part-time iOS dev) and have a quick question (and very basic question). How do we use setReachabilityStatusChangeBlock? We have a singleton class called ApiClient that makes all of our calls.
I would think ideally we would want to be setting this in the common method to return the singleton. I see this AFNetworking (AFJSONRequestOperation) convert to AFHTTPClient but honestly, I just don't get where / how we are calling this method.
Secondarily, I'd like to return a non-reachable controller (or provide a way for it to 'redirect' to a non-reachable controller). How would I do this?
thx in advance