Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Files

Latest commit

 

History

History

SimpleTextInput

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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