ios-samples/SimpleTextInput
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +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 Pull from upstream 2015-01-19 20:39:40 +05:30
EditableCoreTextView.cs Pull from upstream 2015-01-19 20:39:40 +05:30
IndexedPosition.cs Pull from upstream 2015-01-19 20:39:40 +05:30
IndexedRange.cs Pull from upstream 2015-01-19 20:39:40 +05:30
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 Pull from upstream 2015-01-19 20:39:40 +05:30
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md [SimpleTextInput]Removing reference to old bug. Tested sample, works as expected. 2015-07-20 12:45:04 -04:00
SimpleCoreTextView.cs Pull from upstream 2015-01-19 20:39:40 +05:30
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 Pull from upstream 2015-01-19 20:39:40 +05:30
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

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

Authors

Rolf Bjarne Kvinge