ios-samples/Hello_Universal
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
..
Resources [HelloUniversal]Updating for ios7 2013-10-22 17:49:35 +01:00
Screenshots [HelloUniversal]Updating for ios7 2013-10-22 17:49:35 +01:00
AppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Hello_Universal.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Hello_Universal.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Hello_UniversalViewController.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Hello_UniversalViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Hello_UniversalViewController_iPad.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Hello_UniversalViewController_iPhone.xib [HelloUniversal]Updating for ios7 2013-10-22 17:49:35 +01:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Main.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
README.md onboard missing samples 2019-08-01 20:25:15 -07:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - Hello, Universal App A sample demonstrating how to create universal applications that will run on both iPhone and iPad devices (get started) sample
csharp
xamarin
tags
getstarted
hello-universal

Hello, Universal App

Xamarin.iOS samples | Xamarin.iOS docs

A sample demonstrating how to create universal applications that will run on both iPhone and iPad devices, by switching the UI based on the UIInterfaceIdiom enum.

Simple iPhone app