In the WWDC 2014 session on Building Adaptive Apps with UIKit, Size Classes play an important role in optimizing UI appearance and layout for different iOS devices ranging from iPhone 4 to iPhone 6 Plus and from iPad Mini to iPad Air 2 in both portrait and landscape.
http://asciiwwdc.com/2014/sessions/216
How would I go about implementing something similar with Xamarin.Forms?
How can I vary the size, scaling, alignment or behavior of views based upon device orientation and iOS size classes? (regular, compact) and is there a similar paradigm for Android and Windows Phone?
Please advise,
Michael