How to start?

Hi I heard about WWDC2 and I interested in it. I decided to start Swift but I don’t know from where can I start? Can anyone guide me ? Which source should I use ? And I want to prepare myself for next year WWDC .

Thanks :)

Post not yet marked as solved Up vote post of anonymsfs Down vote post of anonymsfs
294 views

Replies

Hi @anonymsfs, glad to hear that you're interested in learning about Swift! If you're new to programming in general, check out Learn to Code. And for information about Swift in general you can read The Swift Programming Language book (which has a nice little tour of the language).

When you're ready to start making great apps with Swift, you can learn about SwiftUI by following along with these interactive tutorials.

And if you have any questions, you can ask them in the Developer Forums.

I would advise:

  • Do you want to use UIKit or SwiftUI ?
  • start by learning from Apple books as advised by Documentation engineer
  • If you want to learn Swift more specifically, playgrounds are a good way to start.
  • once you feel comfortable with app structure, language, toolkits main API, Xcode, you should imagine a simple app and develop it (try a really simple app, the purpose is to go through all steps of app creation).

Good luck and enjoy.

Add a Comment