Xcode Basics and Swift Programming Concepts
Xcode Basics and Swift Programming Concepts
P r e s e n ta ti on by
Mrs. P.V. Kavitha
A s s i s tant P r o f e s s or ( S l . Gr)/ A I& D S
Agenda
❑ Xcode, Playground, Simulator
❑ iOS Environmental Setup
❑ Swift
❑ Swift Different Versions
❑ Swift Features and Concepts
❑ Swift Collection Framework
1 2
Variables
Constant
bankBalance = 600
itemToBuy = 700
itemToBuy = 800
bankBalance = 800
While loop
→ Accessing arrays
→ print(a)
→ print(a[0])