SlideShare una empresa de Scribd logo
1 de 22
Descargar para leer sin conexión
github.com/conceptdev/xamarin-‐ios-‐samples
github.com/conceptdev/xamarin-‐forms-‐samples
Craig
Dunn
Developer Evangelist, Xamarin
craig@xamarin.com conceptdev.
blogspot.com
@conceptdev
3D Touch
 ATS
 iPad Multitasking
 Search
 UI
Peek and Pop
 Declare Exceptions
 Split Screen
 NSUserActivity
Quick Actions
 HTTPS
 Slide Over
 CoreSpotlight
 Contacts
UIStackView
UICollectionView
Pressure Sensitive
 Opt-‐out
 Picture in picture
 Web Markup
3D Touch
 ATS
 iPad Multitasking
 Search
 UI
Peek and Pop
 Declare Exceptions
 Split Screen
 NSUserActivity
Quick Actions
 HTTPS
 Slide Over
 CoreSpotlight
 Contacts
UIStackView
UICollectionView
Pressure Sensitive
 Opt-‐out
 Picture in picture
 Web Markup
Xamarin.Forms!
 Xamarin.Forms!
 Xamarin.Forms!
 Xamarin.Forms!
 Xamarin.Forms!
✓ Quick Actions
✓ Peek & Pop
✓ Pressure Sensitivity
✓ HTTPS (﴾with caveats)﴿
✓ Declare Exceptions
✓ Opt-‐out
Disabling in Info.plist:
<key>NSAppTransportSecurity<key>	
  
<dict>	
  
	
  	
  	
  	
  <key>NSExceptionDomains</keys>	
  
	
  	
  	
  	
  <dict>	
  
	
  	
  	
  	
  	
  	
  	
  	
  <key>www.slightly-­‐secure.com</key>	
  
	
  	
  	
  	
  	
  	
  	
  	
  <dict>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <key>NSExceptionMinimumTLSVersion</key>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <string>TLSv1.0</string>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <key>NSExceptionRequiresForwardSecrecy</key>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <false/>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <key>NSExceptionAllowsInsecureHTTPLoads</key>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <true/>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <key>NSIncludesSubdomains</key>	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <true/>	
  
	
  	
  	
  	
  	
  	
  	
  	
  </dict>	
  
	
  	
  	
  	
  </dict>	
  
</dict>	
  
✓ ATS enforces secure connections
✓ Affects ModernHttpClient, 
	
  	
  	
  NSUrlSession, WebViews
✓ Does not affect Xamarin
HttpWebRequest
✓ Slide Over
✓ Split Screen (﴾true multitasking)﴿
✓ Picture-‐in-‐picture
To support Slide Over or Split View your
app must do the following:
●  Be built against iOS 9 (﴾or greater)﴿
●  Use a Storyboard Launchscreen
●  User interface built with storyboard
using Autolayout and Size Classes 

(﴾or Xamarin.Forms!)﴿
●  Support all 4 iOS device orientations
✓ CoreSpotlight
✓ NSUserActivity (﴾Handoff & Siri)﴿
✓ Web Markup
✓ AddressBook deprecated
✓ Contacts (﴾create/edit)﴿
✓ ContactsUI (﴾read)﴿
✓ STACKS (﴾horizontal & vertical)﴿
✓ Layout only (﴾no properties)﴿
✓ Leading/Trailing (﴾not Left/Right)﴿
-‐ great for localization
✓ Right-‐to-‐left support
✓ Including UINavigationController
✓ UIStackView!
UITextAlignment.Natural;	
  	
  
Leading	
  &	
  Trailing	
  v	
  Left	
  &	
  Right	
  
✓ Re-‐ordering now super-‐easy
CanMoveItem	
  (view,	
  index)	
  
MoveItem	
  (view,	
  source,	
  dest)	
  
✓ Safari-‐in-‐a-‐box
✓ demo
3D Touch
 ATS
 iPad Multitasking
 Search
 UI
Peek and Pop
 Declare Exceptions
 Split Screen
 NSUserActivity
Quick Actions
 HTTPS
 Slide Over
 CoreSpotlight
 Contacts
UIStackView
UICollectionView
Pressure Sensitive
 Opt-‐out
 Picture in picture
 Web Markup
Xamarin.Forms!
 Xamarin.Forms!
 Xamarin.Forms!
 Xamarin.Forms!
 Xamarin.Forms!
✓ Quick Actions
✓ Peek & Pop
✓ Pressure Sensitivity
✓ HTTPS (﴾with caveats)﴿
✓ Declare Exceptions
✓ Opt-‐out
✓ Slide Over
✓ Split Screen (﴾true multitasking)﴿
✓ Picture-‐in-‐picture
✓ CoreSpotlight
✓ NSUserActivity (﴾Handoff)﴿
✓ Web Markup
Craig
Dunn
Developer Evangelist, Xamarin
craig@xamarin.com conceptdev.blogspot.com @conceptdev
Thank you!

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Deep Dive in Xamarin.Forms
Deep Dive in Xamarin.FormsDeep Dive in Xamarin.Forms
Deep Dive in Xamarin.Forms
 
Xamarin Dev Days - Introduction to Xamarin.Forms, Insights, Test Cloud
Xamarin Dev Days -  Introduction to Xamarin.Forms, Insights, Test CloudXamarin Dev Days -  Introduction to Xamarin.Forms, Insights, Test Cloud
Xamarin Dev Days - Introduction to Xamarin.Forms, Insights, Test Cloud
 
Xamarin introduction
Xamarin introductionXamarin introduction
Xamarin introduction
 
Xamarin overview droidcon.tn
Xamarin overview   droidcon.tnXamarin overview   droidcon.tn
Xamarin overview droidcon.tn
 
Xamarin Forms
Xamarin FormsXamarin Forms
Xamarin Forms
 
Evovle 2016 - Everyone Can Create Beautiful Apps with Material Design
Evovle 2016 - Everyone Can Create Beautiful Apps with Material DesignEvovle 2016 - Everyone Can Create Beautiful Apps with Material Design
Evovle 2016 - Everyone Can Create Beautiful Apps with Material Design
 
Visual Studio Toolbox - Introduction To Xamarin.Forms
Visual Studio Toolbox - Introduction To Xamarin.FormsVisual Studio Toolbox - Introduction To Xamarin.Forms
Visual Studio Toolbox - Introduction To Xamarin.Forms
 
Extending, optimizing, and accelerating Xamarin and Xamarin.Forms app develop...
Extending, optimizing, and accelerating Xamarin and Xamarin.Forms app develop...Extending, optimizing, and accelerating Xamarin and Xamarin.Forms app develop...
Extending, optimizing, and accelerating Xamarin and Xamarin.Forms app develop...
 
Xamarin Overview by Houssem Dellai
Xamarin Overview by Houssem DellaiXamarin Overview by Houssem Dellai
Xamarin Overview by Houssem Dellai
 
.NET North UG - What’s new & next for Xamarin developers
.NET North UG - What’s new & next for Xamarin developers.NET North UG - What’s new & next for Xamarin developers
.NET North UG - What’s new & next for Xamarin developers
 
Connected Mobile Apps with Microsoft Azure
Connected Mobile Apps with Microsoft AzureConnected Mobile Apps with Microsoft Azure
Connected Mobile Apps with Microsoft Azure
 
APAC Webinar: Say Hello To Xamarin.Forms
APAC Webinar: Say Hello To Xamarin.FormsAPAC Webinar: Say Hello To Xamarin.Forms
APAC Webinar: Say Hello To Xamarin.Forms
 
Dotnetconf - Introduction to Xamarin and Xamarin.Forms
Dotnetconf - Introduction to Xamarin and Xamarin.FormsDotnetconf - Introduction to Xamarin and Xamarin.Forms
Dotnetconf - Introduction to Xamarin and Xamarin.Forms
 
Connected & Disconnected Apps with Xamarin
Connected & Disconnected Apps with XamarinConnected & Disconnected Apps with Xamarin
Connected & Disconnected Apps with Xamarin
 
Your First Xamarin.Forms App
Your First Xamarin.Forms AppYour First Xamarin.Forms App
Your First Xamarin.Forms App
 
Introduction to Xamarin.Forms
Introduction to Xamarin.FormsIntroduction to Xamarin.Forms
Introduction to Xamarin.Forms
 
Xamarin.Forms
Xamarin.FormsXamarin.Forms
Xamarin.Forms
 
End to-end native iOS, Android and Windows apps wtih Xamarin
End to-end native iOS, Android and Windows apps wtih XamarinEnd to-end native iOS, Android and Windows apps wtih Xamarin
End to-end native iOS, Android and Windows apps wtih Xamarin
 
Azure App Service Helpers
Azure App Service HelpersAzure App Service Helpers
Azure App Service Helpers
 
What's New in Xamarin? - Santo Domingo
What's New in Xamarin? - Santo DomingoWhat's New in Xamarin? - Santo Domingo
What's New in Xamarin? - Santo Domingo
 

Destacado

Informe de practica anadeli
Informe de practica anadeliInforme de practica anadeli
Informe de practica anadeli
Cynthia Perez
 
Emerging Technologies for Learning
Emerging Technologies for LearningEmerging Technologies for Learning
Emerging Technologies for Learning
Ollie Bray
 

Destacado (14)

東山0425
東山0425東山0425
東山0425
 
6 8 carbon footprint
6 8 carbon footprint6 8 carbon footprint
6 8 carbon footprint
 
Breakdown
BreakdownBreakdown
Breakdown
 
Planeaciones primera semana
Planeaciones primera semanaPlaneaciones primera semana
Planeaciones primera semana
 
東山0425
東山0425東山0425
東山0425
 
Camino didáctico
Camino didácticoCamino didáctico
Camino didáctico
 
my
mymy
my
 
Inbound15 insights
Inbound15 insightsInbound15 insights
Inbound15 insights
 
Informe de practica anadeli
Informe de practica anadeliInforme de practica anadeli
Informe de practica anadeli
 
التعليم الالكتروني
التعليم الالكترونيالتعليم الالكتروني
التعليم الالكتروني
 
The purposeless paper
The purposeless paperThe purposeless paper
The purposeless paper
 
Thyroid drugs
Thyroid drugsThyroid drugs
Thyroid drugs
 
Brochial asthma drugs
Brochial asthma drugs Brochial asthma drugs
Brochial asthma drugs
 
Emerging Technologies for Learning
Emerging Technologies for LearningEmerging Technologies for Learning
Emerging Technologies for Learning
 

Similar a Xamarin DevDays Portland - iOS 9

Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...
Atos_Worldline
 
Cm i padwebdev_lunch_learn
Cm i padwebdev_lunch_learnCm i padwebdev_lunch_learn
Cm i padwebdev_lunch_learn
Critical Mass
 
Web app and more
Web app and moreWeb app and more
Web app and more
faming su
 

Similar a Xamarin DevDays Portland - iOS 9 (20)

Fake it 'til you make it
Fake it 'til you make itFake it 'til you make it
Fake it 'til you make it
 
Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...
 
Skill Session - Web Multi Device
Skill Session - Web Multi DeviceSkill Session - Web Multi Device
Skill Session - Web Multi Device
 
Cm i padwebdev_lunch_learn
Cm i padwebdev_lunch_learnCm i padwebdev_lunch_learn
Cm i padwebdev_lunch_learn
 
One Page to Test Them All!
One Page to Test Them All!One Page to Test Them All!
One Page to Test Them All!
 
Cross platform mobile app development with Xamarin
Cross platform mobile app development with XamarinCross platform mobile app development with Xamarin
Cross platform mobile app development with Xamarin
 
App innovationcircles xamarin
App innovationcircles xamarinApp innovationcircles xamarin
App innovationcircles xamarin
 
Responsive ui
Responsive uiResponsive ui
Responsive ui
 
Rich Internet Applications (RIA) Web Testing
Rich Internet Applications (RIA) Web TestingRich Internet Applications (RIA) Web Testing
Rich Internet Applications (RIA) Web Testing
 
Web Apps and more
Web Apps and moreWeb Apps and more
Web Apps and more
 
Web app and more
Web app and moreWeb app and more
Web app and more
 
Responsive Web Design: Tips and Tricks
Responsive Web Design: Tips and TricksResponsive Web Design: Tips and Tricks
Responsive Web Design: Tips and Tricks
 
Evolving Mobile Architectures
Evolving Mobile ArchitecturesEvolving Mobile Architectures
Evolving Mobile Architectures
 
Introduction to Cross Platform Mobile Apps (Xamarin)
Introduction to Cross Platform Mobile Apps (Xamarin)Introduction to Cross Platform Mobile Apps (Xamarin)
Introduction to Cross Platform Mobile Apps (Xamarin)
 
"Progressive Web Apps" by Riza Fahmi (Hacktiv8)
"Progressive Web Apps" by Riza Fahmi	(Hacktiv8)"Progressive Web Apps" by Riza Fahmi	(Hacktiv8)
"Progressive Web Apps" by Riza Fahmi (Hacktiv8)
 
Progressive Web Apps. What, why and how
Progressive Web Apps. What, why and howProgressive Web Apps. What, why and how
Progressive Web Apps. What, why and how
 
Building Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsBuilding Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web Apps
 
Designing for the Mobile Web
Designing for the Mobile WebDesigning for the Mobile Web
Designing for the Mobile Web
 
"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)
 
Introduction to Flex Hero for Mobile Devices
Introduction to Flex Hero for Mobile DevicesIntroduction to Flex Hero for Mobile Devices
Introduction to Flex Hero for Mobile Devices
 

Más de Craig Dunn

iOS & Android apps using Parse and Xamarin
iOS & Android apps using Parse and XamariniOS & Android apps using Parse and Xamarin
iOS & Android apps using Parse and Xamarin
Craig Dunn
 
OzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furiousOzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furious
Craig Dunn
 
OzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furiousOzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furious
Craig Dunn
 

Más de Craig Dunn (17)

Visual Studio for Mac (AltConf 2017)
Visual Studio for Mac (AltConf 2017)Visual Studio for Mac (AltConf 2017)
Visual Studio for Mac (AltConf 2017)
 
EastBay.net Building Mobile Apps with Xamarin and Visual Studio
EastBay.net Building Mobile Apps with Xamarin and Visual StudioEastBay.net Building Mobile Apps with Xamarin and Visual Studio
EastBay.net Building Mobile Apps with Xamarin and Visual Studio
 
Wearables with C# and Xamarin
Wearables with C# and XamarinWearables with C# and Xamarin
Wearables with C# and Xamarin
 
What's New Xamarin.Forms 1.3
What's New Xamarin.Forms 1.3What's New Xamarin.Forms 1.3
What's New Xamarin.Forms 1.3
 
Introduction to iOS with C# using Xamarin
Introduction to iOS with C# using XamarinIntroduction to iOS with C# using Xamarin
Introduction to iOS with C# using Xamarin
 
Introduction to Android with C# using Xamarin
Introduction to Android with C# using XamarinIntroduction to Android with C# using Xamarin
Introduction to Android with C# using Xamarin
 
iOS & Android apps using Parse and Xamarin
iOS & Android apps using Parse and XamariniOS & Android apps using Parse and Xamarin
iOS & Android apps using Parse and Xamarin
 
Cloud-enabling iOS & Android apps with C# (using Xamarin)
Cloud-enabling iOS & Android apps with C# (using Xamarin)Cloud-enabling iOS & Android apps with C# (using Xamarin)
Cloud-enabling iOS & Android apps with C# (using Xamarin)
 
Cloudy with a Chance of Cross Platform (for Bay.NET)
Cloudy with a Chance of Cross Platform (for Bay.NET)Cloudy with a Chance of Cross Platform (for Bay.NET)
Cloudy with a Chance of Cross Platform (for Bay.NET)
 
Async Await for Mobile Apps
Async Await for Mobile AppsAsync Await for Mobile Apps
Async Await for Mobile Apps
 
Xamarin v.Now
Xamarin v.NowXamarin v.Now
Xamarin v.Now
 
C# everywhere
C# everywhereC# everywhere
C# everywhere
 
Mono for Android... for Google Devs
Mono for Android... for Google DevsMono for Android... for Google Devs
Mono for Android... for Google Devs
 
PassKit on iOS6
PassKit on iOS6PassKit on iOS6
PassKit on iOS6
 
OzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furiousOzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furious
 
OzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furiousOzAltNet Fast-ANDroid-furious
OzAltNet Fast-ANDroid-furious
 
Cross-platform mobile dev with Mono
Cross-platform mobile dev with MonoCross-platform mobile dev with Mono
Cross-platform mobile dev with Mono
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
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?
 

Xamarin DevDays Portland - iOS 9

  • 2. Craig Dunn Developer Evangelist, Xamarin craig@xamarin.com conceptdev. blogspot.com @conceptdev
  • 3. 3D Touch ATS iPad Multitasking Search UI Peek and Pop Declare Exceptions Split Screen NSUserActivity Quick Actions HTTPS Slide Over CoreSpotlight Contacts UIStackView UICollectionView Pressure Sensitive Opt-‐out Picture in picture Web Markup
  • 4. 3D Touch ATS iPad Multitasking Search UI Peek and Pop Declare Exceptions Split Screen NSUserActivity Quick Actions HTTPS Slide Over CoreSpotlight Contacts UIStackView UICollectionView Pressure Sensitive Opt-‐out Picture in picture Web Markup Xamarin.Forms! Xamarin.Forms! Xamarin.Forms! Xamarin.Forms! Xamarin.Forms!
  • 5. ✓ Quick Actions ✓ Peek & Pop ✓ Pressure Sensitivity
  • 6. ✓ HTTPS (﴾with caveats)﴿ ✓ Declare Exceptions ✓ Opt-‐out
  • 7. Disabling in Info.plist: <key>NSAppTransportSecurity<key>   <dict>          <key>NSExceptionDomains</keys>          <dict>                  <key>www.slightly-­‐secure.com</key>                  <dict>                          <key>NSExceptionMinimumTLSVersion</key>                          <string>TLSv1.0</string>                          <key>NSExceptionRequiresForwardSecrecy</key>                          <false/>                          <key>NSExceptionAllowsInsecureHTTPLoads</key>                          <true/>                          <key>NSIncludesSubdomains</key>                          <true/>                  </dict>          </dict>   </dict>   ✓ ATS enforces secure connections ✓ Affects ModernHttpClient,      NSUrlSession, WebViews ✓ Does not affect Xamarin HttpWebRequest
  • 8. ✓ Slide Over ✓ Split Screen (﴾true multitasking)﴿ ✓ Picture-‐in-‐picture
  • 9. To support Slide Over or Split View your app must do the following: ●  Be built against iOS 9 (﴾or greater)﴿ ●  Use a Storyboard Launchscreen ●  User interface built with storyboard using Autolayout and Size Classes 
 (﴾or Xamarin.Forms!)﴿ ●  Support all 4 iOS device orientations
  • 10. ✓ CoreSpotlight ✓ NSUserActivity (﴾Handoff & Siri)﴿ ✓ Web Markup
  • 11. ✓ AddressBook deprecated ✓ Contacts (﴾create/edit)﴿ ✓ ContactsUI (﴾read)﴿
  • 12. ✓ STACKS (﴾horizontal & vertical)﴿ ✓ Layout only (﴾no properties)﴿ ✓ Leading/Trailing (﴾not Left/Right)﴿ -‐ great for localization
  • 13. ✓ Right-‐to-‐left support ✓ Including UINavigationController ✓ UIStackView! UITextAlignment.Natural;     Leading  &  Trailing  v  Left  &  Right  
  • 14. ✓ Re-‐ordering now super-‐easy CanMoveItem  (view,  index)   MoveItem  (view,  source,  dest)  
  • 17. 3D Touch ATS iPad Multitasking Search UI Peek and Pop Declare Exceptions Split Screen NSUserActivity Quick Actions HTTPS Slide Over CoreSpotlight Contacts UIStackView UICollectionView Pressure Sensitive Opt-‐out Picture in picture Web Markup Xamarin.Forms! Xamarin.Forms! Xamarin.Forms! Xamarin.Forms! Xamarin.Forms!
  • 18. ✓ Quick Actions ✓ Peek & Pop ✓ Pressure Sensitivity
  • 19. ✓ HTTPS (﴾with caveats)﴿ ✓ Declare Exceptions ✓ Opt-‐out
  • 20. ✓ Slide Over ✓ Split Screen (﴾true multitasking)﴿ ✓ Picture-‐in-‐picture
  • 21. ✓ CoreSpotlight ✓ NSUserActivity (﴾Handoff)﴿ ✓ Web Markup
  • 22. Craig Dunn Developer Evangelist, Xamarin craig@xamarin.com conceptdev.blogspot.com @conceptdev Thank you!