iOS Developer Cheat Sheet r1
iOS Developer Cheat Sheet r1
CHEAT SHEET:
TABLE OF CONTENTS
2
COPYRIGHT ©2019 CBS INTERACTIVE INC. ALL RIGHTS RESERVED.
HOW TO BECOME AN iOS DEVELOPER: A CHEAT SHEET
As more companies adopt a mobile-first approach, iOS developers who build apps for Apple devices are in
high demand, with talent shortages leading to large salaries for many of those in the field. Developers who
know the necessary programming languages and other skills can create apps that enterprises and consumers use
every day to make their lives more productive.
To help those interested in the field better understand how to break into a career in mobile development, we
compiled the most important details and resources. This guide on how to become an iOS developer will be
updated on a regular basis.
Mobile developers are among the top 10 most in-demand and hardest to fill tech jobs, according to data from
Indeed. The US Bureau of Labor and Statistics predicts that application developer jobs will grow 31% between
2016 and 2026.
3
COPYRIGHT ©2019 CBS INTERACTIVE INC. ALL RIGHTS RESERVED.
HOW TO BECOME AN iOS DEVELOPER: A CHEAT SHEET
Swift is a general-purpose compiled coding language released by Apple in 2014. It offers better type safety,
security, and performance than Objective-C, according to TechRepublic contributing writer Cory Bohon. Swift
is used for developing for iOS, macOS, watchOS, tvOS, and Linux. Apps built with Swift can be run on iOS
devices dating back to iOS 7 or later, and OS X devices dating back to OS X 10.9 or later.
Bohon also noted that Swift is interoperable with Objective-C, which is a general-purpose, object-oriented
programming (OOP) language based on C that added OOP paradigms to the language through object
messaging. Objective-C was the main programming language used by Apple for iOS before Swift was intro-
duced. Since it has been around since 1984, Objective-C still represents a significant proportion of Apple’s
code base.
At WWDC 2019 in June, Apple announced a new framework for its Swift programming language: SwiftUI.
SwiftUI is built in Swift, for Swift, and makes code easier to write and understand. It is designed to help devel-
opers build better apps with far less code, and will be available in fall 2019, executives said.
• Spatial reasoning: Successful iOS developers must be able to think in 3D and visualize the spatial
relations between objects when designing apps for users; this means understanding the types of controls
and inputs that are available for the different platforms, as well as who your users are.
• Design guidelines: iOS apps must be intuitive for users and adhere to strict design guidelines.
Developers need to learn how to create Model-View-Controller (MVC), delegate patterns, and
notifications.
• Networking: Just about every app interacts with the internet in some way; therefore, iOS developers
must know how to send and receive data from the network, which is done through JavaScript Object
Notation (JSON).
• Core Data: This is the framework for storing data on Apple devices--an important part of almost any app.
• Grand Central Dispatch (GCD): This is what allows developers to add concurrency to apps, making it
possible to run multiple tasks at the same time without slowing down performance.
• Git and GitHub: The platforms Git and GitHub help with version control for longer projects and team
projects.
4
COPYRIGHT ©2019 CBS INTERACTIVE INC. ALL RIGHTS RESERVED.
HOW TO BECOME AN iOS DEVELOPER: A CHEAT SHEET
Upwork also recommends that iOS developers learn Apple’s Xcode IDE, frameworks and APIs like
Foundation, UIKit, and CocoaTouch, UI and UX design, Apple Human Interface Guidelines, 2D and 3D
graphics frameworks like SpriteKit and SceneKit, OpenGL or Metal, and iOS graphics APIs.
5
COPYRIGHT ©2019 CBS INTERACTIVE INC. ALL RIGHTS RESERVED.
HOW TO BECOME AN iOS DEVELOPER: A CHEAT SHEET
Learning the programming languages Swift and Objective-C are necessities. You will need a Mac, and if
you’re developing for iOS, watchOS, or tvOS, you’ll need one of those devices as well, Bohon noted. You can
download and install Xcode, and then the Objective-C and Swift compiler (LLVM) will be installed on your
Mac. Opening Xcode will present options for beginning projects in either Swift or Objective-C.
About 72% of professional developers have a degree in computer science or another engineering discipline,
according to Stack Overflow’s 2019 Developer Survey. However, degrees are increasingly not necessary to
advance in the development field, due to a shortage of developers in many areas and the rise of coding schools.
Some 87% of developers said they have taught themselves a new language, framework, or tool without taking a
formal course, while 60% said they had taken an online course in programming or software development, like a
massive open online course (MooC), Stack Overflow found.
No matter your education background, it’s key to have a portfolio of your work to show employers whether
you are working in iOS or any other type of development. “The reality of getting hired as a developer is that
it’s way easier to get hired if you show the company what you have done,” Nick Larsen, a data engineer at Stack
Overflow, is quoted as saying in a t. “A portfolio of projects and products you have made credible contribu-
tions to is worth more than years of experience or schooling.”
6
COPYRIGHT ©2019 CBS INTERACTIVE INC. ALL RIGHTS RESERVED.
CREDITS
Editor In Chief ABOUT TECHREPUBLIC
Bill Detwiler
TechRepublic is a digital publication and online community
Editor In Chief, UK that empowers the people of business and technology. It
Steve Ranger
provides analysis, tips, best practices, and case studies
Associate Managing aimed at helping leaders make better decisions about
Editors technology.
Teena Maddox
Mary Weilage DISCLAIMER