Currently Xamarin.Forms.Platform.iOS only supports MonoTouch. I've tried to make the iPhone Unified API template work with Xamarin Forms to no avail because the extension method CreateViewController() returns a MonoTouch.UIKit.UIViewController (which is not the same as Xamarin.iOS.UIKit.UIViewController).
There is any plans to add Xamarin.iOS compatibility to Xamarin.Forms?
Thanks.