ios-samples/SimpleTextInput
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 add new resources 2012-12-20 14:20:14 -05:00
Screenshots More screenshots. 2011-10-04 11:14:42 +02:00
AppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
EditableCoreTextView.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
IndexedPosition.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
IndexedRange.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +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 Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md onboard missing samples 2019-08-02 09:31:19 -07:00
SimpleCoreTextView.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
SimpleTextInput.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
SimpleTextInput.sln Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
SimpleTextInputViewController.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
SimpleTextInputViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
SimpleTextInputViewController_iPad.xib Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
SimpleTextInputViewController_iPhone.xib Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Simple Text Input Demo How to implement a simple text-editing application using Core Text that adopts various Objective-C protocols in a single... sample
csharp
xamarin
simpletextinput

Simple Text Input Demo

An example showing how to implement a simple text-editing application using Core Text that adopts various iOS 5 Objective-C protocols in a single class.

It shows how to use the UITextInput and UIKeyInput protocols to connect to the Core Text API.

The file EditableCoreTextView.cs contains a sample showing how to adopt multiple protocols in C# using the [Adopts] attribute.

Based on the Apple sample: http://developer.apple.com/library/ios/#samplecode/SimpleTextInput/Introduction/Intro.html

Simple Text Input Demo application screenshot