This commit is contained in:
Alex Rønne Petersen 2011-09-29 11:34:18 +02:00
Родитель a0d950b00b
Коммит 61525363e1
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,8 +1,6 @@
Simple Text Input Demo
=============
======================
Description
-----------
An example showing how to implement a simple text-editing application using Core Text.
It shows how to use the UITextInput and UIKeyInput protocols to connect to the Core Text API.
@ -11,9 +9,11 @@ http://developer.apple.com/library/ios/#samplecode/SimpleTextInput/Introduction/
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