Download presentation
Presentation is loading. Please wait.
Published byClara Bridges Modified over 8 years ago
1
Xamarin iOS Hands On
2
Hands-On: Xamarin iOS Ziele – Kennenlernen von Xamarin Android – Native UI – https://developer.xamarin.com/guides/ios/
3
Project Setup Create Crossplattform project (Shared Library) Have a look at project structure – Resources – Storyboard – LaunchScreen.xib Hey, it’s Android iOS!
4
AppDelegate public override bool FinishedLaunching (UIApplication application, NSDictionary launchOptions)
5
Native API Full iOS API, including C API C Api example: UIGraphicsGetCurrentContext(); UIGraphicsPushContext(); In Xamarin: UIGraphics.GetCurrentContext(); UIGraphics.PushContext();
6
Unified API Same API for Mac and iOS Namespaces have changed: UIKit instead of MonoTouch.UIKit
7
Storyboard Editor Mixed results. If in doubt, use xCode. Show xCode -> Xamarin workflow
8
WatchKit App Demo Watchkit App Interoperability between Watch App and iOS App
9
Free Coding Time Do Something. Anything. https://developer.xamarin.com/guides/android/ https://developer.xamarin.com/guides/ios/
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.