API Helpers for Networking in iOS App. Written in Objective C
REQUISITE : AFNetworking 3.1.0
Drag drop API Helpers into your Project.
-
#import MyWebserviceManager.h
-
Set your
LOCAL AND HOSTING SERVER
links. -
Create
MyWebserviceManager
instance. Setdelegate
to your view controller. -
Set your
parameters
asNSDictionary
. -
Set what type of log you want.
(None, Default, URLOnly, URLWithResponse)
-
Call instance method
callMyWebServiceManager
.
- Implement required delegate methods.
processCompleted
,processFailed
&processOnGoing
Reachability class tells about internet connectivity. You can use instance method connected
to check for connectivity.
Suggestions/Queries/Feedbacks are welcome.
Feel free to contribute in anyway.
CHEERS!