iOS7 API Tour with Xamarin

14
Mike Bluestein Developer Evangelist Xamarin [email protected] iOS 7 API Tour Friday, September 27, 13

description

View the webinar recording of the tour of iOS 7 APIs at http://blog.xamarin.com/ios7-api-tour/

Transcript of iOS7 API Tour with Xamarin

Page 1: iOS7 API Tour with Xamarin

Mike BluesteinDeveloper [email protected]

iOS 7 API Tour

Friday, September 27, 13

Page 2: iOS7 API Tour with Xamarin

• Full-screen content• Transparent status bar• Translucent navigation bars and tool bars• Tint color

General UI Changes

Friday, September 27, 13

Page 3: iOS7 API Tour with Xamarin

• All view and controls completely redesigned• Borderless buttons• Inline pickers• Color to delineate UI elements• Edge to edge sectioned table views• ...

UIKit Views

Friday, September 27, 13

Page 4: iOS7 API Tour with Xamarin

UIViewController Transitions

• Custom Transitions• Transitions with built in controllers• Collection View Transitions• Interactive Transitions

Friday, September 27, 13

Page 5: iOS7 API Tour with Xamarin

UIView Animations

• Keyframes• Springs

Friday, September 27, 13

Page 6: iOS7 API Tour with Xamarin

UIKit Dynamics

• Physics built into UIKit• Animator• Dynamic Item

UIViewUICollectionViewAttributes

• Behaviors

Friday, September 27, 13

Page 7: iOS7 API Tour with Xamarin

Text Kit

• Higher level text API built on Core Text• Built-in text controls use Text Kit• Text container• Layout manager• Text Storage

Friday, September 27, 13

Page 8: iOS7 API Tour with Xamarin

iBeacons

• Device Location• Uses Bluetooth Low Energy• Indoor location• Device Proximity

Friday, September 27, 13

Page 9: iOS7 API Tour with Xamarin

Speech Synthesis

• Part of AVFoundation• AVSpeechSynthesizer• AVUtterance• AVSpeechSynthesisVoice

Friday, September 27, 13

Page 10: iOS7 API Tour with Xamarin

Multi-tasking

• Background fetch• Remote notifications• Background transfer service

Friday, September 27, 13

Page 11: iOS7 API Tour with Xamarin

Sprite Kit

• 2D Game Framework• Scenes• Sprites• Actions• Physics• Particles

Friday, September 27, 13

Page 12: iOS7 API Tour with Xamarin

Many Other APIs

• Core Image enhancements• Multipeer Connectivity• Game Controllers• Air Drop• View snapshotting• Map Kit Enhancements• ...

Friday, September 27, 13

Page 13: iOS7 API Tour with Xamarin

DemoFriday, September 27, 13

Page 14: iOS7 API Tour with Xamarin

Resources

• iOS 7 User Interface Overviewdocs.xamarin.com/guides/ios/platform_features/ios7_ui

• Introduction to iOS 7docs.xamarin.com/guides/ios/platform_features/introduction_to_ios_7

• Backgrounding docs.xamarin.com/guides/cross-platform/application_fundamentals/backgrounding

Friday, September 27, 13