ios-samples/SimpleTextInput
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -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 Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
EditableCoreTextView.cs Use new API style 2012-08-14 15:43:54 -04:00
IndexedPosition.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
IndexedRange.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
Info.plist add new resources 2012-12-20 14:20:14 -05:00
Main.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
Metadata.xml Initial tags. 2011-10-05 22:32:15 +02:00
README.md Update SimpleTextInput/README.md 2012-03-08 12:18:50 -05:00
SimpleCoreTextView.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
SimpleTextInput.csproj add new resources 2012-12-20 14:20:14 -05:00
SimpleTextInput.sln Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
SimpleTextInputViewController.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
SimpleTextInputViewController.designer.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02: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