Was this page helpful?

iOS example apps

Example iOS apps are a great way to start building with Contentful. They show how to start a project based on example spaces.

iOS

The Swift example app

The Swift example app teaches the very basics of how to work with Contentful:

  • consume content from the Contentful Delivery and Preview APIs
  • model content
  • edit content through the Contentful web app

The app demonstrates how decoupling content from its presentation enables greater flexibility and facilitates shipping higher quality software more quickly.

A generic gallery app connected to a Contentful gallery example space. The codebase of this app uses contentful-persistence.swift to demonstrate using CoreData to persist Contentful content for offline use.