This is a sample app demonstrating basic usage of the contentful.swift Content Delivery API SDK.
Upon launch, the app:
- Initializes a
Clientobject. - Fetches a
Space. - Fetches up to 100
Entryobjects from thatSpace.
- Clone the repo, and open Boilerplate-Swift.xcworkspace.
- Copy/paste your
space_idandaccess_tokeninto the global constants defined in the ViewController file (source here). - Hit "Run" in Xcode, follow along with the comments, and view the relevant output in the Xcode debug console.