Design+Code logo

Quick links

No results found

Suggested search

illustration

Create a To-Do app Part 3

icon

Add to favorites

Implement CRUD functionalities in the to-do app

icon

Build Quick Apps with SwiftUI

1

Create a weather app Part 1

14:28

2

Create a weather app Part 2

9:52

3

Create a weather app Part 3

6:49

4

Create a To-Do app Part 1

12:51

5

Create a To-Do app Part 2

12:15

6

Create a To-Do app Part 3

17:27

7

Build a Biometrics Authentication System Part 1

9:54

8

Build a Biometrics Authentication System Part 2

14:41

9

Build a Biometrics Authentication System Part 3

14:16

10

Build a Trivia Game App Part 1

11:21

11

Build a Trivia Game App Part 2

17:38

12

Build a Trivia Game App Part 3

18:48

13

Build a Trivia Game App Part 4

13:39

14

Instagram Front-end UI Part 1

20:12

15

Instagram Front-end UI Part 2

20:06

16

Instagram Front-end UI Part 3

8:10

17

Instagram Front-end UI Part 4

27:51

18

Build a Recipe Saver App Part 1

13:31

19

Build a Recipe Saver App Part 2

9:02

20

Build a Recipe Saver App Part 3

6:40

21

Build a Recipe Saver App Part 4

8:38

22

Build a Recipe Saver App Part 5

8:12

23

Build a Recipe Saver App Part 6

18:07

24

Build a Recipe Saver App Part 7

6:57

25

Build a Recipe Saver App Part 8

5:09

26

Create a Shopping App with Apple Pay Part 1

12:16

27

Create a Shopping App with Apple Pay Part 2

12:03

28

Create a Shopping App with Apple Pay Part 3

9:08

29

Create a Shopping App with Apple Pay Part 4

13:21

30

Create a Shopping App with Apple Pay Part 5

18:57

31

Create a Shopping App with Apple Pay Part 6

7:42

32

Chat app with Firebase Firestore Part 1

18:35

33

Chat app with Firebase Firestore Part 2

13:33

34

Chat app with Firebase Firestore Part 3

16:39

35

Build a Fasting Timer App Part 1

12:42

36

Build a Fasting Timer App Part 2

7:55

37

Build a Fasting Timer App Part 3

19:01

38

Build a Fasting Timer App Part 4

9:22

39

Build a Fasting Timer App Part 5

7:47

40

Build a Video App Part 1

13:53

41

Build a Video App Part 2

14:24

42

Build a Video App Part 3

14:23

43

Build a Meditation App with AVKit Part 1

8:50

44

Build a Meditation App with AVKit Part 2

14:59

45

Build a Meditation App with AVKit Part 3

11:48

46

Build a Meditation App with AVKit Part 4

16:19

47

Build a Meditation App with AVKit Part 5

21:15

In the last two sections of this tutorial series, we coded all the views and components used in our To-Do application, connected them together and set up Realm in our Xcode project . In this section, we'll code the CRUD (Create, Read, Update and Delete) functions and, finally, implement these functionalities in our app.

Purchase includes access to 50+ courses, 320+ premium tutorials, 300+ hours of videos, source files and certificates.

Templates and source code

Download source files

Download the videos and assets to refer and learn offline without interuption.

check

Design template

check

Source code for all sections

check

Video files, ePub and subtitles

Browse all downloads

1

Create a weather app Part 1

Get the user's current location with CoreLocation

14:28

2

Create a weather app Part 2

Get the weather conditions depending on the user's location with the OpenWeather API

9:52

3

Create a weather app Part 3

Display the weather information in a beautiful UI

6:49

4

Create a To-Do app Part 1

Code all the views and components for a fully functional To-Do app

12:51

5

Create a To-Do app Part 2

Connect all the views together and install Realm

12:15

6

Create a To-Do app Part 3

Implement CRUD functionalities in the to-do app

17:27

7

Build a Biometrics Authentication System Part 1

Build the LoginView for authenticating with biometrics

9:54

8

Build a Biometrics Authentication System Part 2

Implement FaceID authentication in a SwiftUI application

14:41

9

Build a Biometrics Authentication System Part 3

Code the complete log in and log out flow of the app

14:16

10

Build a Trivia Game App Part 1

Create the project and code the welcome screen

11:21

11

Build a Trivia Game App Part 2

Build the QuestionView

17:38

12

Build a Trivia Game App Part 3

Create the Trivia model and TriviaManager

18:48

13

Build a Trivia Game App Part 4

Connect functions to UI and play the game

13:39

14

Instagram Front-end UI Part 1

Learn how to code Instagram home screen under 1h

20:12

15

Instagram Front-end UI Part 2

Learn how to code Instagram home screen under 1h

20:06

16

Instagram Front-end UI Part 3

Learn how to navigate between multiple screens in SwiftUI

8:10

17

Instagram Front-end UI Part 4

Learn how to use text field and dynamic grid layout in SwiftUI

27:51

18

Build a Recipe Saver App Part 1

Set up main views, tab bar and data model

13:31

19

Build a Recipe Saver App Part 2

Design recipe card using AsyncImage

9:02

20

Build a Recipe Saver App Part 3

Display recipe cards in a grid layout

6:40

21

Build a Recipe Saver App Part 4

Design recipe screen with picture and details

8:38

22

Build a Recipe Saver App Part 5

Filter and display recipes by categories

8:12

23

Build a Recipe Saver App Part 6

Present a form to submit a new recipe and allow for dismiss

18:07

24

Build a Recipe Saver App Part 7

Integrate a view model to manage data using Combine

6:57

25

Build a Recipe Saver App Part 8

Save a new recipe to collection

5:09

26

Create a Shopping App with Apple Pay Part 1

Create the Xcode project, add dummy data and build the ProductCard

12:16

27

Create a Shopping App with Apple Pay Part 2

Code the ContentView’s body and create the CartManager

12:03

28

Create a Shopping App with Apple Pay Part 3

Connect the CartManager to the UI

9:08

29

Create a Shopping App with Apple Pay Part 4

Code the Apple Pay button and configure Apple Pay

13:21

30

Create a Shopping App with Apple Pay Part 5

Create the PaymentHandler to handle everything related to Apple Pay

18:57

31

Create a Shopping App with Apple Pay Part 6

Connect Apple Pay with the UI

7:42

32

Chat app with Firebase Firestore Part 1

Create the Xcode project, and code the components making up the view

18:35

33

Chat app with Firebase Firestore Part 2

Code a custom TextField and configure Firebase

13:33

34

Chat app with Firebase Firestore Part 3

Call the data from Firestore with real-time updates

16:39

35

Build a Fasting Timer App Part 1

Design progress ring with animation

12:42

36

Build a Fasting Timer App Part 2

Implementing UI of the main view

7:55

37

Build a Fasting Timer App Part 3

Scheduling date with calendar date components

19:01

38

Build a Fasting Timer App Part 4

Tracking time with timer publisher

9:22

39

Build a Fasting Timer App Part 5

Calculate progress from timer and display in progress ring

7:47

40

Build a Video App Part 1

Code the QueryTag and the VideoCard

13:53

41

Build a Video App Part 2

Dive into the Pexels API, add dummy data and integrate a video player with AVKit

14:24

42

Build a Video App Part 3

Fetch the videos from the API and add functionality to UI

14:23

43

Build a Meditation App with AVKit Part 1

Download photo for background image and mount main screen

8:50

44

Build a Meditation App with AVKit Part 2

Implementing playback view UI and present as full screen cover

14:59

45

Build a Meditation App with AVKit Part 3

Set up data and view model integrating Combine and DateComponentsFormatter

11:48

46

Build a Meditation App with AVKit Part 4

Enable audio player and backroung playback

16:19

47

Build a Meditation App with AVKit Part 5

Add actions to playback controls and visualize audio progress

21:15

Test your knowledge of Build Quick Apps with SwiftUI. Complete the course and get perfect results for this test to get your certificate.