iOS and Swift Beginner Tutorial: Simple To-Do-List iOS App Part 1

preview_player
Показать описание
Part 1
In this tutorial you are going to write your first iOS To-Do Application using Swift. You are going to design a User Interface, use all kinds of UIKit classes and even store data on the iPhone.

### iOS School - Learn iOS Development in 90 days ###

***TUTORIAL FILES ***

***COMMENTS****
If you have questions about the video or Cocoae programming. Please comment below.

Рекомендации по теме
Комментарии
Автор

Thank you! Very useful for the first few steps inside the IDE. I learned a lot about the workflow and intuitive features.

Admiralex
Автор

Thanks for this tutorial, very clear and got me kicked started on my own project.

andrewjohnson
Автор

The best tutorial for now! really good

jacara
Автор

Thanks for this tutorial. I had a lot of doubts that you solved with this great video.

sipamafochu
Автор

Brian,
Probably one of the most informative tutorials ANYWHERE! I like your teaching style....the way you refer back to the simulator to demonstrate what feature you are coding for is brilliant!

The only drawback?

Your source code won't run on xcode8/swift3.

Any workarounds?

Thank you, and keep teaching!!!

williammarrocco
Автор

Thank you for this tutorial, I followed every single step and it worked with me.

there are some errors in writing some codes because I'm using Xcode version 6.4 and there are some changes but the Xcode helped me in some by fixing them automatically.

your tutorials are very useful !
thanx again.

mohammadaldosari
Автор

Thanks for this great tutorial. I can't wait to use what I have learned. Swift seems like a great language, I just couldn't get a good grasp of Objective C..

coderanger
Автор

Thanks man, i like the new language swift but i don't know how to make a simple iOS app with swift becoz i never learn iOS with Obj-C before. This video has helped me a lot

tuancuong
Автор

Very interesting Tutorial, but what should I do with Beta3? There is no possibility to chose an empty  application.

bastiande
Автор

You have great English. exept how you wrote the word "title"

LiamMizrahi
Автор

terrific tutorial! also love the way you spell title thnx!

Asad.Mackie
Автор

Any plans on updating this tutorial for Swift 2?

jleonard
Автор

This is an amazing tutorial but it is outdated because it is beta version of xcode. Do you have an updated version of the tutorial in the newest version of xcode??

jonmarkortiz
Автор

Hi Brian, what's the difference between all these selection segues?

joshmacdonald
Автор

hi Brian good job .. please can you help me how to create a book app for iOS .

allin
Автор

Hey Brian. Great vid. I'm just getting into iOS having done web for a little while now. I'm having an issue with the Table Cell View though. I cannot create an actual Show Segue to the todo view controller. I try control drag to the controller and create a show segue but it doesn't work. What am I missing?

grigshesk
Автор

Just an update for those using Xcode 6.2 the segues have been updated. "Show detail" is a new adaptive style of "push"

OnionBun
Автор

Hi there, I have a main "Home Page" for this to-do application because I am making a fun daily personal planner app. I have a button on my home page saying "Days" which you click so it will bring you to the table view controller where created notes are stored.

How would one make a "back" button to go to and from the home page to the table view controller?

klaspindustries
Автор

Sehr gutes Tutorial! Machst du auch videos auf Deutsch? 

philipph
Автор

Hi brian, what's the equivalent to push now that it's deprecated?

joechoi