Skip to content

kgoedecke/loopback-swift-crud-example

Repository files navigation

loopback-swift-crud-example

Swift App using the LoopBack iOS SDK providing basic CRUD operations

Overview

  1. This app uses the official Loopback iOS SDK with Cocoapods
  2. Fully written in Swift
  3. Features: Create, Read, Update and Delete objects on your LoopBack Backend
  4. LoopBack Test App included (See: LoopBack Test App)

Screenshots

Usage

  • Deploy LoopBack Testing Backend, available here: LoopBack Test App
  • Insert your LoopBack API URL into the projects AppDelegate.swift

Tutorial