AutocompleteTextfieldSwift icon indicating copy to clipboard operation
AutocompleteTextfieldSwift copied to clipboard

didSelectRowAtIndexPath never called

Open ImperoIT opened this issue 8 years ago • 6 comments

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

return super.resignFirstResponder()

}

can you please let me know the issue

ImperoIT avatar Oct 31 '16 06:10 ImperoIT

Did you ever solve this? I am having the same issue in Swift 3.0

ghost avatar Dec 06 '16 21:12 ghost

Having same issue. @Collibhoy did you resolve the issue?

nooralibutt avatar Dec 13 '16 09:12 nooralibutt

Having same issue. @Collibhoy did you resolve the issue?

mhtranbn avatar Jan 04 '17 09:01 mhtranbn

Fixed it by replacing

public func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {

with

public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {

francis-bware avatar Feb 21 '17 05:02 francis-bware

how to call on didselect new viewcontroller?

sidshah13 avatar Mar 10 '17 11:03 sidshah13

simulator screen shot 10-mar-2017 5 29 07 pm

how to set autocomplte table below the textfield?

sidshah13 avatar Mar 10 '17 12:03 sidshah13