Xamarin iOS Hands On
Hands-On: Xamarin iOS Ziele – Kennenlernen von Xamarin Android – Native UI –
Project Setup Create Crossplattform project (Shared Library) Have a look at project structure – Resources – Storyboard – LaunchScreen.xib Hey, it’s Android iOS!
AppDelegate public override bool FinishedLaunching (UIApplication application, NSDictionary launchOptions)
Native API Full iOS API, including C API C Api example: UIGraphicsGetCurrentContext(); UIGraphicsPushContext(); In Xamarin: UIGraphics.GetCurrentContext(); UIGraphics.PushContext();
Unified API Same API for Mac and iOS Namespaces have changed: UIKit instead of MonoTouch.UIKit
Storyboard Editor Mixed results. If in doubt, use xCode. Show xCode -> Xamarin workflow
WatchKit App Demo Watchkit App Interoperability between Watch App and iOS App
Free Coding Time Do Something. Anything.