Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 965 Bytes

File metadata and controls

39 lines (20 loc) · 965 Bytes

API-Helpers

API Helpers for Networking in iOS App. Written in Objective C

REQUISITE : AFNetworking 3.1.0

HOW TO ADD:

Drag drop API Helpers into your Project.

HOW TO USE:

  1. #import MyWebserviceManager.h

  2. Set your LOCAL AND HOSTING SERVER links.

  3. Create MyWebserviceManager instance. Set delegate to your view controller.

  4. Set your parameters as NSDictionary.

  5. Set what type of log you want. (None, Default, URLOnly, URLWithResponse)

  6. Call instance method callMyWebServiceManager .

  1. Implement required delegate methods. processCompleted, processFailed & processOnGoing

Reachability

Reachability class tells about internet connectivity. You can use instance method connected to check for connectivity.

Support

Suggestions/Queries/Feedbacks are welcome.

Feel free to contribute in anyway.

CHEERS!