ios-samples/Rotation
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
..
HandlingRotation Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots [Rotation] new sample (iOS5) 2013-03-11 10:26:30 -07:00
HandlingRotation.sln [Rotation] new sample (iOS5) 2013-03-11 10:26:30 -07:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
README.md onboard missing samples 2019-08-01 22:24:39 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Handling Rotation Demonstrates how to handle user-interface layout changes when an iOS device is rotated sample
csharp
xamarin
rotation

Handling Rotation

This sample demonstrates how to handle user-interface layout changes when an iOS device is rotated.

The sample has separate examples for iPhone and iPad devices.

The code was written and testing on iOS 5. Apple made some changes to rotation handling in iOS 6 - the sample is yet to be updated to reflect those changes.