In a cross platform PCL application using Xamarin.Forms; it appears that the XAML and UI is exclusively handled by the common project. In other words you don't have SomePage.XAML and its SomePage.XAML.cs in the iOS project, for example.
Or are there cases where you can and it makes sense to do so?
↧
The UI layer and Xamarin Forms - can XAML be in platform-specific projects?
↧