• Post category:StudyBullet-7
  • Reading time:6 mins read


Create iOS Apps like Todo list app. Quick and Easy way to learn Swift Programming and Xcode in this Crash Course

What you will learn

Swift Fundamentals

Use Swift Programming Language for Building Apps

Become an Expert at the Basics of Programming

Swift Programming Basics all the way up to a level Where you are ready to Create your First iPhone Application

Description

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.


Get Instant Notification of New Courses on our Telegram channel.


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

English
language

Content

Introduction

Introduction
Xcode Installation

Variables and Constants in Swift

Variables and Constants

Collection types in Swift

Arrays and Arrays Operation in Swift
Sets and Tuples in Swift
Dictionaries in Swift

Operators in Swift

How to use Operators in Swift

Enumeration in Swift

Enums in Swift

Control Flow in Swift

Conditions in Swift
Switch Statements and Range Operators in Swift
For Loops and While Loops Construct in Swift

Functions

How to use Functions in Swift

Class and Struct in Swift

Struct in Swift
Class in Swift

Creating a Todo List iOS Application

Learning the Xcode Environment and Setting up the TableView
Adding Items in the TableView
Deleting Items From the TableView

Conclusion

Bonus Lecture