Is there any tutorial to create a ToDo List app in Swift?

Looking for a good beginner tutorial on how to build a To-Do app in Swift.
Any help, appreciated.

Hi @brndr, welcome to the forum community! There is a video course called “Beginning Table Views” that teaches you about table views by building a to-do app.
https://www.raywenderlich.com/5995-beginning-table-views . However, the course does require a subscription after a certain amount of videos.

Another option could be Apple’s introductory lesson similar to what a to-do list can do. The app “shows a list of meals, including a meal name, rating, and photo. A user can add, remove, or edit a meal. To add a new meal or edit an existing one, users navigate to a different screen where they can specify a name, rating, and photo for a particular meal.”

https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html#//apple_ref/doc/uid/TP40015214-CH2-SW1

Best,
Gina

Thanks @gdelarosa Looks like the first training should be a good start. Is it easy to style your app afterwards? I see in the preview that the to-do app looks very simple (which is ok for the scope of that particular workshop).

It’s really easy to style your app. If you use the storyboard you can visually see any changes done to buttons, views, backgrounds, etc. For example, if you wanted to change the color of a button or add an image to your layout you can easily do that with interface builder.

Best,
Gina

This topic was automatically closed after 166 days. New replies are no longer allowed.