ios-samples/SimpleTextInput
Miguel de Icaza a2560d969f Update SimpleTextInput/README.md 2012-03-08 12:18:50 -05:00
..
Screenshots More screenshots. 2011-10-04 11:14:42 +02:00
icons Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
AppDelegate.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02:00
EditableCoreTextView.cs Added SimpleTextInput demo. 2011-09-28 14:30:30 +02: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 Added SimpleTextInput demo. 2011-09-28 14:30:30 +02: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 Added SimpleTextInput demo. 2011-09-28 14:30:30 +02: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
TapGestureRecognizerDelegate.cs 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