ios-samples/AdaptiveElements
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
AdaptiveElements Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots added new `AdaptiveElements ` sample (#353) 2019-01-29 08:57:25 -08:00
AdaptiveElements.sln added new `AdaptiveElements ` sample (#353) 2019-01-29 08:57:25 -08:00
LICENSE.txt added new `AdaptiveElements ` sample (#353) 2019-01-29 08:57:25 -08:00
Metadata.xml added new `AdaptiveElements ` sample (#353) 2019-01-29 08:57:25 -08:00
README.md onboard missing samples 2019-08-01 19:56:58 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Adaptive design with UIKit Shows how to use UIKit to lay out your app's elements in different sizes, from full-screen on the smallest iPhone to Multitasking... sample
csharp
xamarin
adaptiveelements

AdaptiveElements: Implementing Your Own Adaptive Design with UIKit

This sample shows how to use UIKit to lay out your app's elements in different sizes, from full-screen on the smallest iPhone to Multitasking on the biggest iPad. It shows how to make smart decisions about implementing your own design. It also demonstrates how to reuse elements in different sizes, so you can take advantage of all the available space without having to rewrite your entire app.

Home Screen Adaptive Home Screen

Build Requirements

Xamarin.iOS 10.0+ and Xcode 8.0+.

License

Xamarin port changes are released under the MIT license.