Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 788 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 788 Bytes

Candella AppDB API Example

This repository contains an example project using the Candella AppDB API to fetch Candella projects and store them in a Core Data database.

Getting Started

Required Tools

  • Xcode 13 or later
  • macOS 12.4 Monterey or later

Clone the repository from GitHub using git clone or gh repo clone and open the Xcode project file in the My AppDB folder. Run Product > Run to run the project in the Simulator.

Known Limitations

  • The table view in the Cart tab will not update correctly with model.bundUpdating. The workaround of calling self.table.reloadData manually has been added to address this.

License

This example is licensed under the Mozilla Public License, v2.0. You can read your rights in the LICENSE file provided.