Open ImperoIT opened 8 years ago
Did you ever solve this? I am having the same issue in Swift 3.0
Having same issue. @Collibhoy did you resolve the issue?
Having same issue. @Collibhoy did you resolve the issue?
Fixed it by replacing
public func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
with
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
how to call on didselect new viewcontroller?
how to set autocomplte table below the textfield?
didSelectRowAtIndexPath is never called. As per the previous issue #19 i check my code it doesnt contain this method also public override func resignFirstResponder() -> Bool { self.autoCompleteTableView?.hidden = true
}
can you please let me know the issue