Swift, Xcode and Github

I am new to Xcode and app development. For the past few months, I have been learning Swift from edX in my spare time. I was wondering if there are any other resources that I can use to expand my knowledge on Swift and Xcode.


I plan on creating a multi-tabbed news app for iOS.


I would like to get started on my project but this is all new to me and I don't know where to start. The design of the app has been created in Keynote and I have done all the planning for this app. The next step is Xcode.


My uncle has recommended Github as a way to log and save my work as well as share it with collaborators. How do I add a project to a Github Repository?


Thank you for your help.

Accepted Reply

>The next step is Xcode.


I'd install it, then see Xcode Help, either what is built in, or maintained online. That is a big step, tho, so if you're all green, you might want to take a bath here: https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/


About installing it, do that via the Mac App Store, for now.


Do you have a paid Developer Program account? It matters, so...


github is integrated in Xcode - see this WWDC video on source control: https://developer.apple.com/videos/play/wwdc2018/418/


And the info here, as an example:

h ttps://blog.chrishannah.me/using-github-and-xcode-together/

Replies

>The next step is Xcode.


I'd install it, then see Xcode Help, either what is built in, or maintained online. That is a big step, tho, so if you're all green, you might want to take a bath here: https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/


About installing it, do that via the Mac App Store, for now.


Do you have a paid Developer Program account? It matters, so...


github is integrated in Xcode - see this WWDC video on source control: https://developer.apple.com/videos/play/wwdc2018/418/


And the info here, as an example:

h ttps://blog.chrishannah.me/using-github-and-xcode-together/