I have a Xamarin.iOS app that is using multiple custom components; some written in c# and others in objective c and bound. Is it possible to host a Xamarin.Forms component in a UIView so that I can use Xamarin forms within my existing view controllers and views?
↧