SlideShare a Scribd company logo
IOS 8 Features
and
Swift Development
Presenter: Vivek Chaudhary, Mindfire Solutions
Date: 08/05/2013
 IOS 8 Features
 Swift Development
 Syntax and Basics
 Objective C to Swift
 Sample Code
 Pros and Cons
 Battery usage indicator
 Interactive Notifications
 Credit Card Scanning
 New keyboard
 Continuity
 Family Sharing
 Message UI and new widgets
 Lock screen app suggestions
 Healthkit
 Improved search results
 Some syntax from Java Script
 Smartly detects data types itself
 Objective C API + Additional
 No semicolon
 Body Braces compulsory for If-else
 Single file in place of two files (.h and .m)
 Declaration and implementation in the same
file
 Reduces the project size
 Number of files reduces to half
1. let someConstant : String = “constant”
2. var someVar : String = “variable”
 Swift is smart enough to detect data types
 Var someVar = “variable”
 Var var1 = 1
 Var var2 = 1.0
 NSString and String both are available
1. Let string = “Hello”
2. Let anotherString = string + “Mindfire”
1. For char in str
2. {
3. // Code Here
4. }
 Objective C
 [NSString stringWithFormat:]
 Swift
 (expression)
 Let var1 = 2
 Let var2 = 3
 Println( “Multiplication is : (var1 * var2)”)
1. let someArray:String[] = [“A”, “B”, “C”]
2. let someArray = [“A”, “B”, “C”]
3. var someArray:String[] = [“A”, “B”, “C”]
4. SomeArray += “D”
5. SomeArray += [“D”, “E”]
6. print(“First Element :(someArray[0]) ”)
1. let dict:Dictionary<String, String> = [“A”:”1”,
“B”:”2”]
2. var dict:Dictionary<String, String> = [“A”:”1”,
“B”:”2”]
3. var dict = [“A”:”1”, “B”:”2”]
1. dict[“C”] = “3”
2. Dict += [“D”:”4”, “E”:”5”]
 + and – are sliced off.
func functionName(var1:String, var2:String)-
>String
 Functions can return more than one
parameters too.
 These are returned in the form of tuples.
Function Definition
func functionName(var1:String, var2:String)-
>(String, Int)
Function Calling
Var result : (res1:String, res2:Int) =
self.functionName(var1:”Hello”, var2:”Mobile”)
Print(“result is (result.res1)”;
 Type id changes to AnyObject
 Downcast is done automatically by swift.
 “as” keyword is used to typecast
Var textField: UITextField = array.firstObject() as
UITextField
One has to manually change his Objective C code
to Swift
 - changes to func
 + changes to class func
 #define changes to let
 #pragma changes to // MARK :
 init is not used in swift.
 InitWith and with is also not used.
 Complex macros should be converted into
functions
Let myColor = UIColor(red:0.5,
green:0.5,blue:0.5, alpha:1.0);
PLAYGROUNDS
The Swift Programming Language with iOS App
REFRENCE LINKS
https://developer.apple.com/library/prerelease/i
os/documentation/Swift/Conceptual/BuildingCo
coaApps/
http://code.tutsplus.com/tutorials/an-
introduction-to-swift-part-1--cms-21389
Presenter: Debasish Mohanty, Mindfire Solutions
Thank you

www.mindfiresolutions.com
https://www.facebook.com/MindfireSolutions
http://www.linkedin.com/company/mindfire-solutions
http://twitter.com/mindfires

More Related Content

PPT
Swift Basics with iOS 8 features
PDF
Green dao
PPTX
GreenDao Introduction
PDF
Green dao
PDF
Dictionary e book
PDF
ORMLite Android
ODP
Database2
PDF
FiiPractic 2015 - Adroid Pro - Day 3 - API Day
Swift Basics with iOS 8 features
Green dao
GreenDao Introduction
Green dao
Dictionary e book
ORMLite Android
Database2
FiiPractic 2015 - Adroid Pro - Day 3 - API Day

What's hot (20)

PDF
Adopting F# at SBTech
PDF
Green dao 3.0
PDF
Dependency rejection and TDD without Mocks
PDF
The Ring programming language version 1.9 book - Part 54 of 210
PDF
greenDAO
PPT
Hibernate Tutorial for beginners
PDF
Python dictionaries
PPT
Prototype Js
PPTX
Realm or: How I learned to stop worrying and love my app database
PPTX
Indexing and Query Optimisation
PDF
FleetDB: A Schema-Free Database in Clojure
PDF
FleetDB A Schema-Free Database in Clojure
PPTX
Indexing and Query Optimization
PPTX
Merge Multiple CSV in single data frame using R
DOCX
descriptive programming
PDF
How to Avoid Common Data Visualization Pitfalls and Being Led Astray By Your ...
PDF
Working with the Web: 
Decoding JSON
ODP
2011 Mongo FR - Indexing in MongoDB
PPSX
CodeIgniter L2 helper & libraries & form validation
PPTX
greenDAO
Adopting F# at SBTech
Green dao 3.0
Dependency rejection and TDD without Mocks
The Ring programming language version 1.9 book - Part 54 of 210
greenDAO
Hibernate Tutorial for beginners
Python dictionaries
Prototype Js
Realm or: How I learned to stop worrying and love my app database
Indexing and Query Optimisation
FleetDB: A Schema-Free Database in Clojure
FleetDB A Schema-Free Database in Clojure
Indexing and Query Optimization
Merge Multiple CSV in single data frame using R
descriptive programming
How to Avoid Common Data Visualization Pitfalls and Being Led Astray By Your ...
Working with the Web: 
Decoding JSON
2011 Mongo FR - Indexing in MongoDB
CodeIgniter L2 helper & libraries & form validation
greenDAO
Ad

Viewers also liked (20)

PDF
Swift - the future of iOS app development
PDF
iOSMumbai Meetup Keynote
PPTX
Medidata Customer Only Event - Global Symposium Highlights
PDF
Jsm2013,598,sweitzer,randomization metrics,v2,aug08
PDF
Medidata AMUG Meeting / Presentation 2013
PDF
Tools, Frameworks, & Swift for iOS
PDF
Medidata Rave Coder
PPTX
Beginning iOS Development with Swift
PDF
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 7)
PDF
Swift Tutorial Part 2. The complete guide for Swift programming language
PPTX
I os swift 3.0 初體驗 &amp; 玩 facebook sdk
PDF
Distributing information on iOS
PDF
Advanced Core Data
PPT
Developing iOS apps with Swift
PPTX
iOS Swift & FireBase 玩上雲端囉
PPTX
How to create edit checks in medidata rave painlessly
PDF
Swift Tutorial Part 1. The Complete Guide For Swift Programming Language
PDF
Introduction to Swift programming language.
PPTX
Swift Tableview iOS App Development
PDF
A swift introduction to Swift
Swift - the future of iOS app development
iOSMumbai Meetup Keynote
Medidata Customer Only Event - Global Symposium Highlights
Jsm2013,598,sweitzer,randomization metrics,v2,aug08
Medidata AMUG Meeting / Presentation 2013
Tools, Frameworks, & Swift for iOS
Medidata Rave Coder
Beginning iOS Development with Swift
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 7)
Swift Tutorial Part 2. The complete guide for Swift programming language
I os swift 3.0 初體驗 &amp; 玩 facebook sdk
Distributing information on iOS
Advanced Core Data
Developing iOS apps with Swift
iOS Swift & FireBase 玩上雲端囉
How to create edit checks in medidata rave painlessly
Swift Tutorial Part 1. The Complete Guide For Swift Programming Language
Introduction to Swift programming language.
Swift Tableview iOS App Development
A swift introduction to Swift
Ad

Similar to The Swift Programming Language with iOS App (20)

PDF
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 02)
PDF
Swift, swiftly
PDF
Swiftly Switching: The Transition from Obj-C to Swift
PDF
Swift rocks! #1
PPTX
IOS Swift language 2nd tutorial
PPTX
Swift vs Objective-C
PDF
To Swift 2...and Beyond!
PDF
Introducing Swift v2.1
PDF
Apple’s New Swift Programming Language Takes Flight With New Enhancements And...
PPT
Swift-Programming Part 1
PDF
iOS 14 Programming Fundamentals with Swift Covers iOS 14 Xcode 12 and Swift 5...
PPTX
Introduction to Swift (tutorial)
PDF
Workshop Swift
PDF
Ios 12 App Development Essentials Learn To Develop Ios 12 Apps With Xcode 10 ...
PDF
iOS NSAgora #3: Objective-C vs. Swift
PDF
Swift for-rubyists
PDF
Working with Cocoa and Objective-C
PDF
Think sharp, write swift
PDF
Intro toswift1
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 02)
Swift, swiftly
Swiftly Switching: The Transition from Obj-C to Swift
Swift rocks! #1
IOS Swift language 2nd tutorial
Swift vs Objective-C
To Swift 2...and Beyond!
Introducing Swift v2.1
Apple’s New Swift Programming Language Takes Flight With New Enhancements And...
Swift-Programming Part 1
iOS 14 Programming Fundamentals with Swift Covers iOS 14 Xcode 12 and Swift 5...
Introduction to Swift (tutorial)
Workshop Swift
Ios 12 App Development Essentials Learn To Develop Ios 12 Apps With Xcode 10 ...
iOS NSAgora #3: Objective-C vs. Swift
Swift for-rubyists
Working with Cocoa and Objective-C
Think sharp, write swift
Intro toswift1

More from Mindfire Solutions (20)

PDF
Physician Search and Review
PDF
diet management app
PDF
Business Technology Solution
PDF
Remote Health Monitoring
PDF
Influencer Marketing Solution
PPT
High Availability of Azure Applications
PPTX
IOT Hands On
PPTX
Glimpse of Loops Vs Set
ODP
Oracle Sql Developer-Getting Started
PPT
Adaptive Layout In iOS 8
PPT
Introduction to Auto-layout : iOS/Mac
PPT
LINQPad - utility Tool
PPT
Get started with watch kit development
ODP
Material Design in Android
ODP
Introduction to OData
PPT
Ext js Part 2- MVC
PPT
ExtJs Basic Part-1
PPT
Spring Security Introduction
PPT
Angular In Depth
Physician Search and Review
diet management app
Business Technology Solution
Remote Health Monitoring
Influencer Marketing Solution
High Availability of Azure Applications
IOT Hands On
Glimpse of Loops Vs Set
Oracle Sql Developer-Getting Started
Adaptive Layout In iOS 8
Introduction to Auto-layout : iOS/Mac
LINQPad - utility Tool
Get started with watch kit development
Material Design in Android
Introduction to OData
Ext js Part 2- MVC
ExtJs Basic Part-1
Spring Security Introduction
Angular In Depth

Recently uploaded (20)

PPTX
Introduction to Artificial Intelligence
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
System and Network Administration Chapter 2
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Nekopoi APK 2025 free lastest update
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
Transform Your Business with a Software ERP System
Introduction to Artificial Intelligence
Operating system designcfffgfgggggggvggggggggg
Understanding Forklifts - TECH EHS Solution
Adobe Illustrator 28.6 Crack My Vision of Vector Design
System and Network Administration Chapter 2
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Design an Analysis of Algorithms I-SECS-1021-03
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Nekopoi APK 2025 free lastest update
VVF-Customer-Presentation2025-Ver1.9.pptx
Softaken Excel to vCard Converter Software.pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
CHAPTER 2 - PM Management and IT Context
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
wealthsignaloriginal-com-DS-text-... (1).pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Transform Your Business with a Software ERP System

The Swift Programming Language with iOS App