The LoopBack iOS SDK obviates the need for using the clunky NSURLRequest and
similar interfaces to interact with a LoopBack-based backend, albeit RESTful.
Instead, interact with your Models and Data Sources in a comfortable,
first-class, native manner.
See LoopBack iOS SDK for API reference documentation.
This section describes v1.1 version of the LoopBack iOS SDK. The following API changes were made:
LBModelPrototypewas renamed toLBModelRepositoryfindWithIdwas renamed tofindById
See iOS v1.0 for documentation for version 1.0 of the iOS SDK.