Swift To Do List App for Beginners (Make First App, Xcode 14, 2023, iOS) - Swift 5

preview_player
Показать описание
In this video we will learn to make a simple to do list app in swift 5. Learn to make your very first iPhone app from scratch. To Do Lists are great places to get started as they deal with the UI, saving data, and good design. We will be working in the latest version of iOS, Swift, and Xcode.

#swift #todolist #beginner

** Like my teaching style? Check out some of my most popular courses!

Join this channel to get access to perks, code, groups, and more:

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:
Рекомендации по теме
Комментарии
Автор

Literally started learning UserDefaults and Data Persistence the same day as this tutorial came out, so it came in clutch 😁. Thank you!!!

artemshuliak
Автор

Not sure if I'm the only one, but if you are following the beginner's playlist, this just went from 0 to 100 in an instant. As in the coding part assumed we were somehow comfortable with it

Rassy_
Автор

Hey! very helpful! Finished the to do list app! But sometimes you go too fast, especially when a line of code needs to have a set of values. I had to pause the video multiple times. Also your mouse isn't showing so it's really hard to see where you're clicking on. otherwise awesome video

officialserenityzen
Автор

Can you make a follow-up video about deleting entries?

GWH
Автор

In the previous video, you added the tasks individually into UserDefaults, but in this video you made a string array and appended each task when user clicked the done button in the alert, and added the array into UserDefaults. This one looks much easier to make delete function cause I don't have to think about the indexing. Thank you for your great instructions. They help me a lot.
And I am realizing how React was an easy library while studying iOS... I really want to move on to SwiftUI

haneuljang
Автор

Thanks bro, most of the tutorial do not teach step-by-step or they just don't teach things that can be useful, they just make video about the Documentation... Damn, I'm looking for something beyond, I can read the Docs... You helped me a lot, thanks!

Luizin
Автор

I'm very new to iOS development but I've been doing Android development for more than 5 years. I'm finding ios development to be more straightforward and happy to learning it

afixithei.V
Автор

After watching the 6 previous videos in the playlist, you jump right into coding swift without explaining anything about the swift language (besides telling us it was a functional lang in vid 2?) or how the code is structured inside the files. ViewController is 'ContentView' when I create a new project and the structure of the file is not the same out of the gate.

killerparrot
Автор

I’m teaching myself swift and this is very helpful!

victoriawaschenko
Автор

Just started with swift and xcode. Best tutorials! Thanks

filipatanasov
Автор

Excellent meaningful start for beginners... thanks a lot.

mohmdalomair
Автор

Hey! Very Helpful. Thanks so much for this. Is there a way to delete those record that has been added from the list.

fajobiqasim
Автор

Hey!! Thank U very Much, very helpful

esperanzaalemanaguilar
Автор

I love the little light blue line indicator to the left. Was that always part of XCode?

DannyBoy
Автор

Thanks for the good tutorial. I have now tried to delete the entries again. For this I have used the "editingStyle". After a restart of the app, all the data I deleted are back. As it looks, I do not get the data in the DataSource?

marcelvolz
Автор

How do you delete things in the to do items?

RKTkos
Автор

What are the prerequisites I need, so that I can understand the project?

abhijeetboid
Автор

How can we delete any task from our app?

cvslel
Автор

I really like this swift for beginner videos. But I would also like to say that it sometimes goes a lite bit too fast. A little bit slower would be great so
it´s easier to code along. Otherwise great videos I would like to se more Swift for beginner videos!

J_a_c_o_b
Автор

if i wanted the cell to display 3 different text fields info how would i do that

caitlyncastellion