Basic Swift Programming for Beginners
Venue
Entrance Fee
Category
Event Type
Share
Schedule
Date | Time |
---|---|
19/10/2024 | 9:30 AM - 5:30 PM |
28/10/2024 | 9:30 AM - 5:30 PM |
Enter the dynamic realm of iOS app development through our foundational Swift programming course tailored for beginners. Understand the core concepts, starting from data and collection types, diving deep into the intricacies of functions and closures, and mastering the application of conditionals and loops, rounded off with a thorough understanding of enumerations.
Swift is the modern language of choice for iOS and macOS app development, and getting the basics right is the key to building a strong foundation. Our course ensures a clear and structured introduction, equipping you with the knowledge and tools to embark on your app creation journey. Master the essentials of Swift and transform your ideas into innovative applications with Tertiary Courses today.
Certificate
All participants will receive a Certificate of Completion from Tertiary Courses after achieved at least 75% attendance.
Funding and Grant
HRD Corp Claimable Course for Employers Registered with HRD Corp
Course Code: M280
Topic 1 Get Started on Swift
Installing Xcode
Creating a playground
Variables and Constant
Comment
Topic 2: Data Types & Operators
Numbers
Boolean
String
Optional
Any
Array
Set
Dictionary
Tuple
Operators
Topic 3. Control Flow
If Then Else
Optional Binding
Switch
Loop
Break & Continue
Topic 4. Functions
Function Syntax
Input Parameters
Return Values
Guard Else
Closure
Topic 5. Enumeration
Enum Syntax
Enum with Switch