7561001964 | 7012999376 | 0484-4860634

swift-programming

SWIFT-OVERVIEW

Swift is a new programming language developed by Apple Inc for iOS and OS X development. Swift adopts the best of C and Objective-C, without the constraints of C compatibility.

SWIFT-ENVIORNMENT
  • Try it option Online
  • Local Enviornment Setup
SWIFT-BASIC SYNTAX
  • Import in Swift
  • Tokens in Swift
  • Comments
  • Semicolons
  • Identifiers
  • Keywords
  • White Space
  • Literals
SWIFT-DATA TYPES
  • Build in Data types
  • Bound Values
  • Type Aliases
  • Type Safety
  • Type Inference
SWIFT-VARIABLES
  • Variable Declaration
  • Bound Values
  • Type Aliases
  • Type Safety
  • Type Inference
SWIFT-OPTIONALS
  • Forced Unwrapping
  • Automatic Unwrapping
  • Optional Binding
SWIFT-CONSTANTS
  • Constant Declaration
  • Type Annotation
  • Naming Constant
  • Printing Constant
SWIFT-LITERALS
  • Integer Literals
  • Floating Point Literals
  • String Literals
  • Boolean Literals
SWIFT-OPERATORS
  • Arthmetic Operators
  • Comparison Operators
  • Logical Operators
  • Bitwise Operators
  • Assignment Operators
  • Range Operators
  • Misc Operators
  • Operators Precedence
SWIFT-DECISION MAKING
  • If Statement
  • If-else Statment
  • if-else..if else Statement
  • Nested if Statement
  • Switch Statement
  • The ? .Operator
SWIFT-LOOPS
  • for in loop
  • Swift-for loop
  • Swift-while loop
  • Swift-do-while loop
  • Loop Control Statements
  • Swift-Control Statements
  • Swift-Continue Statement
  • Swift-Break Statement
  • Swift-Fallthrough Statement
SWIFT-STRING
  • Create a String
  • Empty a String
  • String Constants
  • String Interpolation
  • String Concatenation
  • String Length
  • String Comparison
  • Unicode Strings
  • String Functions and Operators
SWIFT-ARRAY
  • Creating Arrays
  • Accessing Arrays
  • Modifying Arrays
  • SWIFT-FUNCTIONS
  • SWIFT-METHODS
  • SWIFT-INHERITANCE