SlideShare a Scribd company logo
Sasha Goldshtein
CTO, SELA Group

@goldshtn
blog.sashag.net

First Steps in iOS
Development

© Copyright SELA software & Education Labs Ltd. | 14-18 Baruch Hirsch St Bnei Brak, 51202 Israel | www.selagroup.com
The iOS Platform

Apps

• 877,013+ of them 

Cocoa
Touch

• UI, gestures, view
navigation, media

Core Services

• Location,
threading, HTTP

Darwin (kernel)

• Drivers,
security
Platform Philosophy
User

Developer

Apple

• Consistent
interface
metaphors
• Always at
home, on any
device and in
any app
• Seamless
sync, backup,
purchase

• Strong push
to object
orientation
• Just one
language
(Objective C)
• Strong
separation of
concerns in
UI – MVC

• Full control
over the
ecosystem,
hardware and
software
• Ultimate
arbitrator on
whether an
app is a fit for
the App Store
iOS Devices and Versions
September 2013:
≈95% of iOS devices
run iOS 6

iPhone
3GS
• iOS 3
• iOS 4

Original
iPad

iPhone 5
iPhone
4/4S
• iOS 5

• iOS 6

iPhone
5c/5s
• iOS 7
Devices and Resolutions
iPhone
3/3GS

iPhone
4/4S

iPhone
5/5c/5s

iPad
1/2

iPad
Mini

iPad
3/4

3.5”

3.5”

4”

9.7”

7.9”

9.7”

320 480

640 960

640 1136

1024 768

1024 768

2048 153
6
Developing for iOS

UIKit

Xcode

Objective
C
self.title = [NSString initWithFormat:@"%d", n];
[button setTitle:self.title forState:UIControlStateNormal];
Our First iOS App

Demo
Project Components
Generated files:
Application delegate
Initial view controller
Main storyboard
Property list
File for localizable strings
Application icons

Xcode also adds basic
frameworks to your app
iOS MVC Fundamentals
View
• Draws itself
on the
screen
• Contains
generic UIrelated data

View
Controller
• Creates and
coordinates
views
• Populates
views and
reflects
changes to
the model

Model
• UI-agnostic
classes
• Can be a
bunch of
objects, a
database, a
file, an
Internet
service
Outlets and Actions
Xcode connects views and controllers
Controller manipulates views through outlets
Controller receives events through actions

@interface MyViewController : UIViewController
@property (nonatomic, weak) IBOutlet UITextField *petName;
- (IBAction)getQuote;
@end
Connecting UI to Code

Demo
iOS Navigation Types
Tab bar controller
Navigation controller
Storyboards
The storyboard describes your application’s
view controllers and connects them with
segues
Passing Parameters
Usually the source view controller sets
properties or calls methods on the destination
view controller

- (void)prepareForSegue:(UIStoryboardSegue *)segue
sender:(id)sender
{
MySecondVC *vc = segue.destinationViewController;
vc.itemToDisplay = [self selectedItem];
vc.delegate = self; // For callbacks
}
Storyboards and Segues

Demo
Summary
Objective C fundamentals
View controllers, views, outlets, actions
Storyboards, segues
It’s just another
{language, IDE, UI framework}
The rest is just details: data, networking,
settings, table views, styling, …
Questions
Sasha Goldshtein
CTO, SELA Group

@goldshtn
blog.sashag.net

More Related Content

PDF
PPTX
iOS 9 (Seminar)
PPTX
I os class 2 of 3 actual
PPT
Technology management
PPTX
I os class 1 of 3 actual
PPT
iPad Workshop
PDF
iOS App Architecture
PPT
iPads in an inclusive classroom - Icon Learning
iOS 9 (Seminar)
I os class 2 of 3 actual
Technology management
I os class 1 of 3 actual
iPad Workshop
iOS App Architecture
iPads in an inclusive classroom - Icon Learning

What's hot (20)

PDF
Smart phone apps for agriculture
PPTX
Smart phone apps for agriculture
PPTX
Nokia(pranav)
PDF
MOBILE DEVELOPMENT with HTML, CSS and JS
PPTX
PPTX
android app development by GirnarSoft
PPT
APGA Columbus 2012
PPT
I pad class 3 maple grove
PPTX
Sabres groupprojectone
PPTX
Personal voice assistant - jarvis
PPTX
iPads accessibility_vision
PPTX
Mobile development intro
PDF
Alexa user group bangalore meetup - let us build multimodal skill
PPT
Getting Started with Mobile Websites if You Don't Know Code
PPTX
Speech Recognition API
PPTX
Ultrabooks presentation
PPTX
Intro To Mobile App Development
PPTX
Content gone mobile
PDF
iOS' Travels in the Enterprise
PPTX
Elearn mobile review discussion
Smart phone apps for agriculture
Smart phone apps for agriculture
Nokia(pranav)
MOBILE DEVELOPMENT with HTML, CSS and JS
android app development by GirnarSoft
APGA Columbus 2012
I pad class 3 maple grove
Sabres groupprojectone
Personal voice assistant - jarvis
iPads accessibility_vision
Mobile development intro
Alexa user group bangalore meetup - let us build multimodal skill
Getting Started with Mobile Websites if You Don't Know Code
Speech Recognition API
Ultrabooks presentation
Intro To Mobile App Development
Content gone mobile
iOS' Travels in the Enterprise
Elearn mobile review discussion
Ad

Similar to First Steps in iOS Development (20)

PPTX
Hybrid mobile application with Ionic
PPT
Learning interactions on mobile slideshare
PDF
Understanding Native, Hybrid, and Web Mobile Architectures
PDF
Mobile development
PDF
Webinar - Getting Started with mLearning
PDF
HTML5 or Android for Mobile Development?
PDF
Bring Your Legacy Applications to the Mobile World - DOAG 2014
PDF
Comp4010 Lecture7 Designing AR Systems
PPTX
Mobile Enablement And Intelligence
PDF
IBM MobileFirst - Hybrid Application Development with Worklight
PPT
CROSS PLATFORM APPLICATIONS DEVELOPMENT
PPTX
Native vs hybrid approach Mobile App Development
DOCX
PPTX
Feed Herny developer training : crossplatform and HTML5
KEY
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
DOC
StefanoFiorini
PDF
Native Application Development Company
PDF
Mobile Apps Delivery - Evolution and Tools
PDF
Sameh frahat ammar
PPTX
How iOS and Android Handle Security Webinar
Hybrid mobile application with Ionic
Learning interactions on mobile slideshare
Understanding Native, Hybrid, and Web Mobile Architectures
Mobile development
Webinar - Getting Started with mLearning
HTML5 or Android for Mobile Development?
Bring Your Legacy Applications to the Mobile World - DOAG 2014
Comp4010 Lecture7 Designing AR Systems
Mobile Enablement And Intelligence
IBM MobileFirst - Hybrid Application Development with Worklight
CROSS PLATFORM APPLICATIONS DEVELOPMENT
Native vs hybrid approach Mobile App Development
Feed Herny developer training : crossplatform and HTML5
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
StefanoFiorini
Native Application Development Company
Mobile Apps Delivery - Evolution and Tools
Sameh frahat ammar
How iOS and Android Handle Security Webinar
Ad

More from Sasha Goldshtein (20)

PPTX
Modern Linux Tracing Landscape
PPTX
The Next Linux Superpower: eBPF Primer
PPTX
Staring into the eBPF Abyss
PPTX
Visual Studio 2015 and the Next .NET Framework
PPT
Swift: Apple's New Programming Language for iOS and OS X
PPT
C# Everywhere: Cross-Platform Mobile Apps with Xamarin
PPT
Modern Backends for Mobile Apps
PPT
.NET Debugging Workshop
PPT
Performance and Debugging with the Diagnostics Hub in Visual Studio 2013
PPT
Mastering IntelliTrace in Development and Production
PPTX
Introduction to RavenDB
PPTX
State of the Platforms
PPTX
Delivering Millions of Push Notifications in Minutes
PPTX
Building Mobile Apps with a Mobile Services .NET Backend
PPTX
Building iOS and Android Apps with Mobile Services
PPT
Task and Data Parallelism
PPT
What's New in C++ 11?
PDF
Attacking Web Applications
PPTX
Windows Azure Mobile Services
PPTX
First Steps in Android Development
Modern Linux Tracing Landscape
The Next Linux Superpower: eBPF Primer
Staring into the eBPF Abyss
Visual Studio 2015 and the Next .NET Framework
Swift: Apple's New Programming Language for iOS and OS X
C# Everywhere: Cross-Platform Mobile Apps with Xamarin
Modern Backends for Mobile Apps
.NET Debugging Workshop
Performance and Debugging with the Diagnostics Hub in Visual Studio 2013
Mastering IntelliTrace in Development and Production
Introduction to RavenDB
State of the Platforms
Delivering Millions of Push Notifications in Minutes
Building Mobile Apps with a Mobile Services .NET Backend
Building iOS and Android Apps with Mobile Services
Task and Data Parallelism
What's New in C++ 11?
Attacking Web Applications
Windows Azure Mobile Services
First Steps in Android Development

Recently uploaded (20)

PDF
Modernizing your data center with Dell and AMD
PDF
KodekX | Application Modernization Development
PDF
Electronic commerce courselecture one. Pdf
PDF
cuic standard and advanced reporting.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Encapsulation theory and applications.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Machine learning based COVID-19 study performance prediction
PPT
Teaching material agriculture food technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Modernizing your data center with Dell and AMD
KodekX | Application Modernization Development
Electronic commerce courselecture one. Pdf
cuic standard and advanced reporting.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Encapsulation theory and applications.pdf
NewMind AI Monthly Chronicles - July 2025
“AI and Expert System Decision Support & Business Intelligence Systems”
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Spectral efficient network and resource selection model in 5G networks
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Network Security Unit 5.pdf for BCA BBA.
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Chapter 3 Spatial Domain Image Processing.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Machine learning based COVID-19 study performance prediction
Teaching material agriculture food technology
The Rise and Fall of 3GPP – Time for a Sabbatical?
Mobile App Security Testing_ A Comprehensive Guide.pdf
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...

First Steps in iOS Development