We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1604dd commit 3c99367Copy full SHA for 3c99367
1 file changed
README.md
@@ -289,7 +289,7 @@ If the user selects any autocompletion view cell on `tableView:didSelectRowAtInd
289
```swift
290
override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
291
292
- if tableView.isEqual(tableView) {
+ if tableView.isEqual(self.autoCompletionView) {
293
var item = self.searchResult[indexPath.row]
294
item += " " // Adding a space helps dismissing the auto-completion view
295
0 commit comments