ios-samples/SimpleTextInput
Paola Villarreal 80b61d38e0 SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05: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 SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
EditableCoreTextView.cs SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
IndexedPosition.cs SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
IndexedRange.cs SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
Info.plist Rebuilt samples to fix bug 1842 2014-04-14 10:53:48 -04:00
Main.cs SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
README.md Update SimpleTextInput/README.md 2012-03-08 12:18:50 -05:00
SimpleCoreTextView.cs SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
SimpleTextInput.csproj SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
SimpleTextInput.sln Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
SimpleTextInputViewController.cs SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
SimpleTextInputViewController.designer.cs SimpleTextInput sample ported to 64-bits 2014-07-28 13:31:40 -05:00
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

Known Issues

Autocorrection suggestions don't show up as they do in the original Apple sample. This is possibly due to http://bugzilla.xamarin.com/show_bug.cgi?id=265.

Authors

Rolf Bjarne Kvinge