SlideShare una empresa de Scribd logo
1 de 38
Descargar para leer sin conexión
Swift Programming Language
Cihad Horuzoglu
Swift Overview
● Apple’s new programming language
● Write apps for iOS, Mac, watchOS,
tvOS, etc.
● Open source!
● Works with C and Objective-C
● Type Safety
● Modern Language
Playgrounds
How works Playground
IBM Bluemix Swift
Data Types
● Integers: 0, 1, 2, 42, 31337, -10
● String: “Kermit”, “Gonzo”, “Ms. Piggy”
● Double: 1.5, 3.14159, 81.2, 578.238
● Boolean: true, false
Variables
Constants
Comparison & Booleans
For Loops
Scope
“age” is available for entire scope
“myString” is available just in “for” scope
Functions
Default Arguments
Optionals
Struct vs. Class
Struct: Class:
Struct
Struct: Methods
Struct: Property Mutability
Struct: Instance Mutability
Struct: Properties
Class
● Similar features with
structs
○ Properties
○ Methods
● Need to write initializers
yourself
Arrays
Sets
Dictionaries
Enumerations
An enumeration defines a common type for a
group of related values and enables you to work
with those values in a type-safe way within your
code.
Features
● Method
● Computed Properties
Protocol
Stored Properties
Computed Properties
Property Access
Properties Sample
Computed Property
Stored Property
Extensions
Safe Unwrapping
Example
“ is ” keyword
Errors
Throwing Errors Handling Errors
Reference Counting
De-initializers
Resources
● https://github.com/swifteducation
● https://itunes.apple.com/us/book/swift-programming-
language/id881256329?mt=11
● https://thinkster.io/a-better-way-to-learn-swift
● https://github.com/hsavit1/Awesome-Swift-Education
● https://www.hackingwithswift.com/
Thank You!@cihadhoruzoglu

Más contenido relacionado

La actualidad más candente

Introduction to iOS Development
Introduction to iOS DevelopmentIntroduction to iOS Development
Introduction to iOS Development
Asim Rais Siddiqui
 
Introduction To C#
Introduction To C#Introduction To C#
Introduction To C#
rahulsahay19
 

La actualidad más candente (20)

20 Facts about Swift programming language
20 Facts about Swift programming language20 Facts about Swift programming language
20 Facts about Swift programming language
 
Introduction to Koltin for Android Part I
Introduction to Koltin for Android Part I Introduction to Koltin for Android Part I
Introduction to Koltin for Android Part I
 
Introduction to Flutter.pptx
Introduction to Flutter.pptxIntroduction to Flutter.pptx
Introduction to Flutter.pptx
 
Introduction to iOS Development
Introduction to iOS DevelopmentIntroduction to iOS Development
Introduction to iOS Development
 
React native
React nativeReact native
React native
 
Introduction To C#
Introduction To C#Introduction To C#
Introduction To C#
 
Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 
Hybrid Mobile App
Hybrid Mobile AppHybrid Mobile App
Hybrid Mobile App
 
Ionic Framework
Ionic FrameworkIonic Framework
Ionic Framework
 
Kotlin
KotlinKotlin
Kotlin
 
Android UI
Android UIAndroid UI
Android UI
 
Golang - Overview of Go (golang) Language
Golang - Overview of Go (golang) LanguageGolang - Overview of Go (golang) Language
Golang - Overview of Go (golang) Language
 
Java Tutorial | Java Programming Tutorial | Java Basics | Java Training | Edu...
Java Tutorial | Java Programming Tutorial | Java Basics | Java Training | Edu...Java Tutorial | Java Programming Tutorial | Java Basics | Java Training | Edu...
Java Tutorial | Java Programming Tutorial | Java Basics | Java Training | Edu...
 
Introduction to Kotlin Language and its application to Android platform
Introduction to Kotlin Language and its application to Android platformIntroduction to Kotlin Language and its application to Android platform
Introduction to Kotlin Language and its application to Android platform
 
Java seminar
Java seminarJava seminar
Java seminar
 
CROSS PLATFORM APPLICATIONS DEVELOPMENT
CROSS PLATFORM APPLICATIONS DEVELOPMENT CROSS PLATFORM APPLICATIONS DEVELOPMENT
CROSS PLATFORM APPLICATIONS DEVELOPMENT
 
Introduction To C#
Introduction To C#Introduction To C#
Introduction To C#
 
Java Programming
Java ProgrammingJava Programming
Java Programming
 
Android app development
Android app developmentAndroid app development
Android app development
 
Introduction to React Native
Introduction to React NativeIntroduction to React Native
Introduction to React Native
 

Destacado

The Ethnographic and Revival Complex “St. Sofronii Vrachanski”
The Ethnographic and Revival Complex  “St. Sofronii Vrachanski”The Ethnographic and Revival Complex  “St. Sofronii Vrachanski”
The Ethnographic and Revival Complex “St. Sofronii Vrachanski”
Tonia Calo'
 
Montana ann bell
Montana   ann bellMontana   ann bell
Montana ann bell
gnangnan
 
Warriors without borders
Warriors without bordersWarriors without borders
Warriors without borders
Dror Molco
 
Unit plan power point
Unit plan power pointUnit plan power point
Unit plan power point
jchilders100
 

Destacado (18)

Swift Introduction
Swift IntroductionSwift Introduction
Swift Introduction
 
A swift introduction to Swift
A swift introduction to SwiftA swift introduction to Swift
A swift introduction to Swift
 
Evaluation question 4
Evaluation question 4Evaluation question 4
Evaluation question 4
 
Customers Cars By RimPro-Tec World Wide .
Customers Cars By RimPro-Tec World Wide .Customers Cars By RimPro-Tec World Wide .
Customers Cars By RimPro-Tec World Wide .
 
MET-Rx HMB 1000
MET-Rx HMB 1000MET-Rx HMB 1000
MET-Rx HMB 1000
 
GAT Razzadrene
GAT RazzadreneGAT Razzadrene
GAT Razzadrene
 
How to Use ThingLink
How to Use ThingLinkHow to Use ThingLink
How to Use ThingLink
 
The Ethnographic and Revival Complex “St. Sofronii Vrachanski”
The Ethnographic and Revival Complex  “St. Sofronii Vrachanski”The Ethnographic and Revival Complex  “St. Sofronii Vrachanski”
The Ethnographic and Revival Complex “St. Sofronii Vrachanski”
 
Question 1
Question 1Question 1
Question 1
 
Question 1
Question 1Question 1
Question 1
 
La increible historia de lavinia
La increible historia de lavinia La increible historia de lavinia
La increible historia de lavinia
 
Montana ann bell
Montana   ann bellMontana   ann bell
Montana ann bell
 
Mri anabolic switch
Mri anabolic switchMri anabolic switch
Mri anabolic switch
 
Warriors without borders
Warriors without bordersWarriors without borders
Warriors without borders
 
Unit plan power point
Unit plan power pointUnit plan power point
Unit plan power point
 
Appaja presentation indo
Appaja presentation indoAppaja presentation indo
Appaja presentation indo
 
ALLMAX Nutrition CLA95
ALLMAX Nutrition CLA95ALLMAX Nutrition CLA95
ALLMAX Nutrition CLA95
 
¿Suerte o Esfuerzo?
¿Suerte o Esfuerzo?¿Suerte o Esfuerzo?
¿Suerte o Esfuerzo?
 

Similar a Swift Programming Language

Interference with High level language.pdf
Interference with High level language.pdfInterference with High level language.pdf
Interference with High level language.pdf
ARslan Ahmad
 

Similar a Swift Programming Language (20)

Csharp
CsharpCsharp
Csharp
 
C-sharping.docx
C-sharping.docxC-sharping.docx
C-sharping.docx
 
Complete Notes on Angular 2 and TypeScript
Complete Notes on Angular 2 and TypeScriptComplete Notes on Angular 2 and TypeScript
Complete Notes on Angular 2 and TypeScript
 
Introduction to programming using c
Introduction to programming using cIntroduction to programming using c
Introduction to programming using c
 
Introduction to C3.net Architecture unit
Introduction to C3.net Architecture unitIntroduction to C3.net Architecture unit
Introduction to C3.net Architecture unit
 
Evolving as a professional software developer
Evolving as a professional software developerEvolving as a professional software developer
Evolving as a professional software developer
 
Антон Кириллов, ZeptoLab
Антон Кириллов, ZeptoLabАнтон Кириллов, ZeptoLab
Антон Кириллов, ZeptoLab
 
On being a professional software developer
On being a professional software developerOn being a professional software developer
On being a professional software developer
 
Oops and c fundamentals
Oops and c fundamentals Oops and c fundamentals
Oops and c fundamentals
 
Basics of c# by sabir
Basics of c# by sabirBasics of c# by sabir
Basics of c# by sabir
 
PROGRAMMING USING C#.NET SARASWATHI RAMALINGAM
PROGRAMMING USING C#.NET SARASWATHI RAMALINGAMPROGRAMMING USING C#.NET SARASWATHI RAMALINGAM
PROGRAMMING USING C#.NET SARASWATHI RAMALINGAM
 
Extending JS WU2016 Toronto
Extending JS WU2016 TorontoExtending JS WU2016 Toronto
Extending JS WU2016 Toronto
 
Simplifying Software Correctness
Simplifying Software CorrectnessSimplifying Software Correctness
Simplifying Software Correctness
 
Smalltalk, the dynamic language
Smalltalk, the dynamic languageSmalltalk, the dynamic language
Smalltalk, the dynamic language
 
TypeScript Overview
TypeScript OverviewTypeScript Overview
TypeScript Overview
 
Mit4021 c# and .net
Mit4021   c# and .netMit4021   c# and .net
Mit4021 c# and .net
 
SynapseIndia dotnet module development part 1
SynapseIndia  dotnet module development part 1SynapseIndia  dotnet module development part 1
SynapseIndia dotnet module development part 1
 
Interference with High level language.pdf
Interference with High level language.pdfInterference with High level language.pdf
Interference with High level language.pdf
 
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programming
 
C Language
C LanguageC Language
C Language
 

Último

Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Cara Menggugurkan Kandungan 087776558899
 

Último (6)

Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312
 
Mobile Application Development-Components and Layouts
Mobile Application Development-Components and LayoutsMobile Application Development-Components and Layouts
Mobile Application Development-Components and Layouts
 
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
 
Mobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s ToolsMobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s Tools
 
Android Application Components with Implementation & Examples
Android Application Components with Implementation & ExamplesAndroid Application Components with Implementation & Examples
Android Application Components with Implementation & Examples
 
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
 

Swift Programming Language