Skip to content

Get your iOS app started quickly: you can copy this functioning, minimal app and start adding your business logic, API calls and UI straight away.

License

Notifications You must be signed in to change notification settings

ranamateen/OBP-iOS-Starter

 
 

Repository files navigation

OBP-iOS-Starter GitHub license

A minimal functioning iOS starter app to copy and modify, that demonstrates log-in to an OBP server and a first API call using OBPKit. See OBPKit for full usage guidance, and HelloOBP-iOS for more example usage, and the API Explorer at the OBP server you are using.

Install

  1. Clone this repo

  2. Break the link by running git remote remove origin (replace with your own remote).

  3. Get third party libraries

    1. If you are happy using Carthage (install), the project is ready, and you just need to run carthage update --platform iOS --no-build --no-use-binaries.
    2. If you prefer to use CocoaPods (install), checkout the use_cocoapods branch of this repo, update master and complete the install as follows
      $ git checkout use_cocoapods
      $ git branch -f master use_cocoapods
      $ git checkout master
      $ pod install
  4. Replace the credentials in AppDelegate.swift with those you obtain from the Get API Key link at the OBP server you are using.

About

Get your iOS app started quickly: you can copy this functioning, minimal app and start adding your business logic, API calls and UI straight away.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%