Skip to content

uacaps/iOSWebserviceTemplate

Repository files navigation

iOSWebserviceTemplate

A template for binding to webservices using NSOperation and NSOperationQueue. Simply subclass Webservice to get started on your own webservice

###Installation

#####Cocoa Pods

pod 'iOSWebserviceTemplate'
Manual Installation

Copy the following files into your project:

  • WebOperation{.h,.m}
  • WebOperationHeaders{.h}
  • WebService{.h,.m}