Welcome to our guide for iOS development! Whether you're a seasoned developer or just starting out, this guide will provide you with the knowledge and resources you need to build high-quality iOS application in AppwiseCore. Let's get started!

First thing first. We need to setup our Mac device.
On this confluence page you'll find a guide that will help you with all the essential steps that are needed.

PS: If you run into errors while following this guide don't hesitate to ask your buddy for help.

If you're reading this, it means you completed the setup of your mac device. Well done!

What?

In this project you will create a ToDo application with authentication where you can add/edit/delete tasks. If you want to get an idea how the app will look, here is the design.
Keep this open, because you're going to need it throughout this guide.

Now we will create our own project! For this we will use the example project of AppwiseCore. This is the skeleton of the project, this will give you a head start because we already premade some things for you. Go take a look!

Todo: Clone this repository and read/follow the README.MD.

1. Data model

2. Network

2. Controllers

2. UI

1. Data model

2. Network

3. List

4. Add items

5. Edit items

6. Delete items

1. Data model

2. Network

2. Controllers

2. UI