SlideShare a Scribd company logo
1 of 12
Download to read offline
5SwiftFeaturestoMaximize
youriOSDevelopment
When Apple released Swift in 2014, its goal was to introduce a
new programming language for Cocoa and Cocoa Touch that
was fast, easy and effective.
And, as usual, Apple succeeded.
Swift is designed to couple with Objective-C and be
compatible with current Mac OS X and iOS programs. Making
it easy for developers to add Swift to existing apps
without removing older code.
Swift also comes with five features guaranteed to
maximize your iOS development experience.
Storyboard is perhaps the greatest
thing about creating iOS applications.
Any programmer who has struggled to
create a simple interface within a GUI
knows that with Storyboard, a clean
user interface isn’t just attainable,
it’s inevitable.
Storyboard
1
The Model-View-Controller (MVC) design
performs exactly as its name suggests,
defining how objects communicate with
one another within your app.
Most importantly to your iOS development,
MVC is a huge time-saver as it promotes
reusability and abstraction of your code.
MVC Design
2
With MVC, you end up with cleaner
code and find view objects that are
similar and reusable.
The Model:
data specific to your
app and doesn’t contain
anything dealing with the
user interface.
The Controller:
the communication link
between the model and
view objects.
The View:
the interface users see
and is notified by the
controller when data
changes.
MVC Design
2
Optionals are Swift’s way of dealing with null
values. Any variable type can be optional and is
declared by using a ? directly after the variable
name.
These optionals are key when a variable that
might not have a value associated with it is used.
Optionals enable programmers to know when
a value is missing and allows applications to
run successfully when they are. This may seem
tricky at first, but once you get the hang of
optionals and when to use them, they become a
failsafe to prevent your app from crashing.
Optionals
3
If you have a spreadsheet of people’s
information and want a print-out, but
some email or phone numbers are
missing, the sheet will error out.
Optionals
3 With Swift you can say:
if number = numberOptional { println(number) }
...And boom, your print-out is
successful!
Duck-typing lets Swift infer the variable type
so your only focus needs to be that objects
perform correctly.
But be sure to remember there are exceptions
where explicit casting is required!
Duck-typing does not work if you want to check
a type while declaring a class or need to ensure
that a variable can only be a certain type.
Duck-typing
4
If you haven’t used a language or object
environment (Python, Smalltalk) that implements
duck-typing it might seem odd at first.
Soon enough, you’ll be thinking less of variables
as integers or strings and more as objects.
Duck-typing
4
Navigation controllers allow for easy
movement through screens by providing a
navigation bar at the top of each one.
When the navigation controller is used
as the root view controller, each following
view is pushed onto a stack and added to
the navigation bar. This bar includes a back
button, a title, and is fully customizable to
display what you want, where you want.
The navigation controller is easy to set-up,
the only requirement is that it be your root
view. Implement this as a simple drop down
menu navigation within your app.
Navigation
Controllers
5
Get started by helping others troubleshoot their iOS
projects in real-time with Live by Experts Exchange today!
-or-
Become a freelancer and help others bring their brilliant
mobile app ideas to life with Gigs.
With these iOS development tips
in mind, what are you waiting for?

More Related Content

Viewers also liked (12)

Future ofsmartphones tjandra
Future ofsmartphones tjandraFuture ofsmartphones tjandra
Future ofsmartphones tjandra
 
French recipes
French recipesFrench recipes
French recipes
 
Software quality factor2
Software quality factor2Software quality factor2
Software quality factor2
 
How to prevent illnesses Pass The Word
How to prevent illnesses Pass The WordHow to prevent illnesses Pass The Word
How to prevent illnesses Pass The Word
 
ECOO_iPod_iPad_CEO
ECOO_iPod_iPad_CEOECOO_iPod_iPad_CEO
ECOO_iPod_iPad_CEO
 
Nanofabrics
NanofabricsNanofabrics
Nanofabrics
 
Sumit nair portfolio
Sumit nair portfolioSumit nair portfolio
Sumit nair portfolio
 
Dynamic Scoring at CBO
Dynamic Scoring at CBODynamic Scoring at CBO
Dynamic Scoring at CBO
 
7 ترفند ضروری و موردنیاز در اکسل 2013
7 ترفند ضروری و موردنیاز در اکسل 20137 ترفند ضروری و موردنیاز در اکسل 2013
7 ترفند ضروری و موردنیاز در اکسل 2013
 
MakeYourHome Boxspringbetten
MakeYourHome BoxspringbettenMakeYourHome Boxspringbetten
MakeYourHome Boxspringbetten
 
Wordcamp Sydney 2014
Wordcamp Sydney 2014Wordcamp Sydney 2014
Wordcamp Sydney 2014
 
Musicas faceis
Musicas faceisMusicas faceis
Musicas faceis
 

More from Experts Exchange

Tech Jobs Reach New Heights in the Mile High City
Tech Jobs Reach New Heights in the Mile High CityTech Jobs Reach New Heights in the Mile High City
Tech Jobs Reach New Heights in the Mile High CityExperts Exchange
 
At a Glance- The Experts Exchange Community
At a Glance- The Experts Exchange CommunityAt a Glance- The Experts Exchange Community
At a Glance- The Experts Exchange CommunityExperts Exchange
 
Solved! how to find solutions on experts exchange
Solved! how to find solutions on experts exchangeSolved! how to find solutions on experts exchange
Solved! how to find solutions on experts exchangeExperts Exchange
 
Solved! how to ask better questions on experts exchange
Solved! how to ask better questions on experts exchangeSolved! how to ask better questions on experts exchange
Solved! how to ask better questions on experts exchangeExperts Exchange
 
Solved! How to Ask Better Questions on Experts Exchange
Solved! How to Ask Better Questions on Experts ExchangeSolved! How to Ask Better Questions on Experts Exchange
Solved! How to Ask Better Questions on Experts ExchangeExperts Exchange
 
15 Tips for Creating an Incredible Startup Pitch
15 Tips for Creating an Incredible Startup Pitch15 Tips for Creating an Incredible Startup Pitch
15 Tips for Creating an Incredible Startup PitchExperts Exchange
 
Smart IT Operations Management on a Budget
Smart IT Operations Management on a BudgetSmart IT Operations Management on a Budget
Smart IT Operations Management on a BudgetExperts Exchange
 
Battle of Virtual Assistants
Battle of Virtual AssistantsBattle of Virtual Assistants
Battle of Virtual AssistantsExperts Exchange
 
Top 15 Expert Tech Predictions for 2015
Top 15 Expert Tech Predictions for 2015Top 15 Expert Tech Predictions for 2015
Top 15 Expert Tech Predictions for 2015Experts Exchange
 
Top 10 Tech Trends of 2014
Top 10 Tech Trends of 2014Top 10 Tech Trends of 2014
Top 10 Tech Trends of 2014Experts Exchange
 

More from Experts Exchange (12)

Tech Jobs Reach New Heights in the Mile High City
Tech Jobs Reach New Heights in the Mile High CityTech Jobs Reach New Heights in the Mile High City
Tech Jobs Reach New Heights in the Mile High City
 
At a Glance- The Experts Exchange Community
At a Glance- The Experts Exchange CommunityAt a Glance- The Experts Exchange Community
At a Glance- The Experts Exchange Community
 
Solved! how to find solutions on experts exchange
Solved! how to find solutions on experts exchangeSolved! how to find solutions on experts exchange
Solved! how to find solutions on experts exchange
 
Solved! how to ask better questions on experts exchange
Solved! how to ask better questions on experts exchangeSolved! how to ask better questions on experts exchange
Solved! how to ask better questions on experts exchange
 
State of Tech in Texas
State of Tech in TexasState of Tech in Texas
State of Tech in Texas
 
Solved! How to Ask Better Questions on Experts Exchange
Solved! How to Ask Better Questions on Experts ExchangeSolved! How to Ask Better Questions on Experts Exchange
Solved! How to Ask Better Questions on Experts Exchange
 
15 Tips for Creating an Incredible Startup Pitch
15 Tips for Creating an Incredible Startup Pitch15 Tips for Creating an Incredible Startup Pitch
15 Tips for Creating an Incredible Startup Pitch
 
Smart IT Operations Management on a Budget
Smart IT Operations Management on a BudgetSmart IT Operations Management on a Budget
Smart IT Operations Management on a Budget
 
Battle of Virtual Assistants
Battle of Virtual AssistantsBattle of Virtual Assistants
Battle of Virtual Assistants
 
Meet the Experts
Meet the ExpertsMeet the Experts
Meet the Experts
 
Top 15 Expert Tech Predictions for 2015
Top 15 Expert Tech Predictions for 2015Top 15 Expert Tech Predictions for 2015
Top 15 Expert Tech Predictions for 2015
 
Top 10 Tech Trends of 2014
Top 10 Tech Trends of 2014Top 10 Tech Trends of 2014
Top 10 Tech Trends of 2014
 

Recently uploaded

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

5 Swift Features to Maximize your iOS Development

  • 2. When Apple released Swift in 2014, its goal was to introduce a new programming language for Cocoa and Cocoa Touch that was fast, easy and effective. And, as usual, Apple succeeded.
  • 3. Swift is designed to couple with Objective-C and be compatible with current Mac OS X and iOS programs. Making it easy for developers to add Swift to existing apps without removing older code. Swift also comes with five features guaranteed to maximize your iOS development experience.
  • 4. Storyboard is perhaps the greatest thing about creating iOS applications. Any programmer who has struggled to create a simple interface within a GUI knows that with Storyboard, a clean user interface isn’t just attainable, it’s inevitable. Storyboard 1
  • 5. The Model-View-Controller (MVC) design performs exactly as its name suggests, defining how objects communicate with one another within your app. Most importantly to your iOS development, MVC is a huge time-saver as it promotes reusability and abstraction of your code. MVC Design 2
  • 6. With MVC, you end up with cleaner code and find view objects that are similar and reusable. The Model: data specific to your app and doesn’t contain anything dealing with the user interface. The Controller: the communication link between the model and view objects. The View: the interface users see and is notified by the controller when data changes. MVC Design 2
  • 7. Optionals are Swift’s way of dealing with null values. Any variable type can be optional and is declared by using a ? directly after the variable name. These optionals are key when a variable that might not have a value associated with it is used. Optionals enable programmers to know when a value is missing and allows applications to run successfully when they are. This may seem tricky at first, but once you get the hang of optionals and when to use them, they become a failsafe to prevent your app from crashing. Optionals 3
  • 8. If you have a spreadsheet of people’s information and want a print-out, but some email or phone numbers are missing, the sheet will error out. Optionals 3 With Swift you can say: if number = numberOptional { println(number) } ...And boom, your print-out is successful!
  • 9. Duck-typing lets Swift infer the variable type so your only focus needs to be that objects perform correctly. But be sure to remember there are exceptions where explicit casting is required! Duck-typing does not work if you want to check a type while declaring a class or need to ensure that a variable can only be a certain type. Duck-typing 4
  • 10. If you haven’t used a language or object environment (Python, Smalltalk) that implements duck-typing it might seem odd at first. Soon enough, you’ll be thinking less of variables as integers or strings and more as objects. Duck-typing 4
  • 11. Navigation controllers allow for easy movement through screens by providing a navigation bar at the top of each one. When the navigation controller is used as the root view controller, each following view is pushed onto a stack and added to the navigation bar. This bar includes a back button, a title, and is fully customizable to display what you want, where you want. The navigation controller is easy to set-up, the only requirement is that it be your root view. Implement this as a simple drop down menu navigation within your app. Navigation Controllers 5
  • 12. Get started by helping others troubleshoot their iOS projects in real-time with Live by Experts Exchange today! -or- Become a freelancer and help others bring their brilliant mobile app ideas to life with Gigs. With these iOS development tips in mind, what are you waiting for?