Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#DOAutocompleteTextField
# DOAutocompleteTextField

DOAutocompleteTextField is a subclass of UITextField that provide the user with
autocompleted text, similar to the URL bar on major browsers and Google Suggest.

![DOAutocompleteTextField Screenshot](https://github.com/doat/DOAutocompleteTextField/raw/master/screenshot.gif)

#Usage
# Usage

Add DOAutocompleteTextField to your project, create an instance of it
as you would create a UITextField and set the delegate.
Expand Down Expand Up @@ -48,11 +48,11 @@ or similar to the demo.

DOAutocompleteTextField draws the completion text immediatlly after user input.

#Known Issues
# Known Issues

* Completion position is still a bit off.
* No way of detecting taps on autocomplete label.


##Copyright
## Copyright
Copyright 2011 DoAT. All rights reserved. See LICENSE for more details.