Description
In this course, you will learn:-
- How do you go about creating your first app?
- Learn how to create code in a straightforward and uncomplicated manner.
- Learn the fundamentals of programming in Swift 3 4 and receive a certificate in SWIFT programming from the site.
- The greatest method to learn programming is to be professional.
Syllabus:-
- Introduction to the course
Download the xcode download program
Browse the code and create a new project
Interfaces of the X-Code program
The best way to learn programming
Dealing with labels
Support of various sizes with labels
Buttons and pictures
Writing the first swift code
Add behavior and interaction with the user
Create a pizza shop project - your first project
Dealing with the playground xcode playground
Start using Playground to apply to Swift language
Work with text and typography sentences
Comments comments
The correct and false boolean variable
Integers
Floats and Doubles
Strings and characters
Logical, Range, and Ternary arithmetic operations
tuples operators
Naming Convention adopted Swift naming scheme
Constants and Variables
Unicode Variable Names
Static Typing and Type Inference
Generics
Typealias
Introduction to Array
Add to array
Remove from array
Changing values
Looping thru array
Advanced looping techniques part 1
Advanced looping techniques part 2
Create Dictionary
Update Dictionary
Remove From Dictionary
Looping In Dictionary
Tuples And TypeAliases
for in loop
While Loop
Repeat While loop
if else if else statement
Simple Switch Statement
Convert If else to switch statement
Switch Using Range
Switch Using Tuples
Switch Using Tuples Ranges
Switch conditional tuple range match
Fallthrough and break
break and continue
guard statement
Declare optionals
Forced UnWrapping
Conditional Unwrapping if
if let unwrapping.
Dictionaries and Optional
Define Functions
Local and external parameters
Variadic Parameters
Returning optionals
Returning multiple values
Functions are first-class object
pass function as funciton parameter
builtin functions such as map
Returning functions from functions
Introduction to closures in swift 3
Trailing closures