
Master the fundamentals of Swift to build iOS apps, exploring properties, functions, and class structure while gaining practical steps to start iOS development.
Install Xcode and set up the required development tools to start building iOS apps in this crash course.
Learn about variables and constants, using let and var to store string, integer, boolean, float, and double values, with type inference, string interpolation, and playground examples.
Explore Swift arrays by declaring numeric and string arrays, accessing elements by zero-based indices, and using operations like append, remove, and remove first or last. Learn to combine arrays and perform sort and reverse to organize data.
Explore sets and tuples in Swift, how sets provide unordered collections of unique values with duplicates ignored, and how tuples store fixed-size, typed data accessible by index or named fields.
Learn how to create and read dictionaries in Swift, using string keys, literals, and unknown default value, and how to initialize and populate empty dictionaries with strings and integers.
Learn how to use Swift operators, including arithmetic, division, multiplication, modulus, and compound assignments such as plus-equals and minus-equals, and compare values with relational operators for iOS app development.
Master enums in Swift by defining related values, using associated data to store extra details, and leveraging raw values to map cases to integers or strings.
The lecture demonstrates Swift conditions using if and guard statements, combines with and/or logic, and applies the ternary operator to compare scores and print outcomes.
Learn how switch statements map conditions to outcomes with a default case, and use half opened and closed range operators to tailor messages for percentage values.
Explore for loops and while loops in Swift, iterating over ranges and arrays, printing numbers, and using append to mutate an array while contrasting mutable and immutable values.
Learn to define and call functions in Swift with the func keyword, pass parameters, and return values to perform reusable calculations.
Learn how to define a struct in Swift, declare properties, and create instances, then call methods and mutate properties with mutating methods.
Learn how classes differ from structs in Swift, focusing on custom initializers, inheritance, and methods, with an example dog class and a subclass.
Master the Xcode environment to build a to-do list app with a table view and plus button. Explore storyboard setup, constraints, a navigation controller, prototype cells, and item management.
Learn to build and manage a table view in iOS with a navigation controller, implementing data source methods, presenting an alert to add items, and reload data.
Learn how to delete items from a table view by implementing commit editing style, removing data from the items array, and updating the table view to reflect deletions.
Click the below link to grab the SwiftUI - The Complete Course - Building Real World Apps
https://www.udemy.com/course/swiftui-the-complete-course-building-real-world-apps/?couponCode=FORCODERS
Welcome to the Swift Basics Course where we aim to start learning about Swift Programming from SCRATCH!
You don't need any past programming experience and/or mobile app development experience in any programming language to take this course, we will learn to Code Swift from Scratch.
What is Swift
Swift is a general-purpose programming language developed by Apple to create apps for iOS, iPadOS, macOS, watchOS and even for tvOS.
What you are going to learn
Use of Xcode's Playground Environment - Learn to use Playground which is very powerful Interactive work Environment for Swift Programming
Swift Variables and Constants - Learn the basics of Variables, Constants and their Data Types in Swift
Operators in Swift - Learn how to use various operators in Swift that includes Arithmetic Operators, Compound Assignment Operators, Comparison Operators and Logical Operators.
Characters and Strings - Learn to manipulate Strings and Characters in your code and different functions associated with them.
Collection Types in Swift - Learn about Arrays, Dictionaries, Sets and Tuples in Swift and how to use them. Also learn about different method associated with them.
Swift Control Flow - This section deals with iterators and conditionals. Learn how to use while loops, For loops in Swift.
Swift Functions - We will learn about Functions, how to create them, pass parameters to a function and get return values from a function.
Classes in Swift - Learn how to use blueprint like Class in Swift.
Struct in Swift - Learn how to use blueprint like Struct in Swift.
Additional Content: We will create a TODO List iOS Application for your iPhone
By the end of this course, you will be well versed with:
Swift Fundamentals
Variables and Constants in Swift
Operators in Swift
Creating Functions
Creating Loops
Conditions in Swift
Collection Types in Swift
Enums in Swift
Switch Statements in Swift
Struct in Swift
Classes in Swift
And much more
And you will be ready to create your first iOS App
You would have created a Todo list App yourself
You'll get friendly support in the Q&A area.
Take this course now and start learning Swift Programming Language