Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didSelectRowAtIndexPath never called #49

Open
ImperoIT opened this issue Oct 31, 2016 · 6 comments
Open

didSelectRowAtIndexPath never called #49

ImperoIT opened this issue Oct 31, 2016 · 6 comments

Comments

@ImperoIT
Copy link

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

@ghost
Copy link

ghost commented Dec 6, 2016

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

@nooralibutt
Copy link

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

1 similar comment
@mhtranbn
Copy link

mhtranbn commented Jan 4, 2017

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

@francis-bware
Copy link

Fixed it by replacing

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

with

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

@sidshah13
Copy link

how to call on didselect new viewcontroller?

@sidshah13
Copy link

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

how to set autocomplte table below the textfield?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants