Skip to content

Commit

Permalink
Markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
filipstefansson committed Nov 23, 2015
1 parent 19d2c82 commit 6262a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ view.addSubview(textField)
AutocompleteField is a subclass of UITextField, so you can modify it in the same way you normally would, without any restrictions. The new properties you can set are:

Property | Type | Description
------------- | -------------
--------- | ---- | -----------
`padding` | `CGFloat` | Left/right padding.
`completionColor` | `UIColor` | The color of the suggestion. Defaults to the default placeholder color.
`suggestion` | `String` | The current suggestion shown. Can be used to force a suggestion.
Expand Down

0 comments on commit 6262a57

Please sign in to comment.