Hello Swift Community,
I'm newly into coding with Swift and I have very little previous coding experience with html in my teenage years and some adult years. I've always wanted to be a software engineer but time and money have always been something I wasn't good at managing anyways... my question is kinda simple yet maybe complicated.
In the past when I would code with say html we would simply open up a notepad document type out our code and save the file as .html and essentially it would be an html document you could upload. As I'm learning Swift in Xcode playgrounds following through The Swift Programming Language book I'm learning all types of coding and such but I'm not getting that BUILDING something vibe at all.
When I open Xcode and start say a new project with the templates my screen is filled with pages like ViewController and AppDelegate etc and this makes the idea of creating a new project of my own with what I learned more daunting. I understand all this stuff is neccessary for app development but are there any guides or books you can suggest that essentially explain what all these things are? Or is there a way I can still build apps without knowing what any of this stuff is by essentially using what I learn from the book?
I feel overwhelmed because I know I'm not going to learn everything and just have it memorized from the book but I have very little clue to where I should even start typing first.
Also for The Swift Language guide should I simply just be reading it or should I be typing out the examples and exploring the principles in more detail for myself? I'm thinking that I would feel like I learn more if I could build something and essentially focus on learning what I need to do the job that I need done cause some of this stuff seems like stuff I may never use. Thanks for any insight.