100 Days of Swift: The Tutorials is a video course where you learn Swift by building cool projects. To begin, you’ll learn the essentials of how to use Xcode, Code Snippet Library and iOS Simulator. Each project that follows focuses on fundamental programming concepts. The first coding project will answer questions like:
1. How do I structure my code?
2. Why write a function?
3. What’s the use case of a variable?
4. How do I detect when a user taps a button?
5. How do I build a user interface?
After learning the basics, we progress to learn more advance concepts like Model-View-Controller Pattern, debugging error messages, how to use different iOS Frameworks, how to build adaptive user interfaces, how to use Apple’s Documentation, how to use Core Animation and more. By completing this course, you’ll gain a solid foundation in Swift, Programming Concepts, and iOS Development.
To learn more about this, read my article on Medium:
https://medium.com/@samvlu/100-d...
100 Days of Swift