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

Cannot use it inside UITableViewCell #6

Open
SikanderZeb opened this issue May 11, 2016 · 1 comment
Open

Cannot use it inside UITableViewCell #6

SikanderZeb opened this issue May 11, 2016 · 1 comment

Comments

@SikanderZeb
Copy link

I needed to use it inside UITableViewCell and it wasn't working, because my view controller had to implement UITableViewDelegate also, in which case PTETableViewDelegate methods stopped working.

@rivera-ernesto
Copy link
Member

I think your controller can be both a UITableViewDelegate and a PTETableViewDelegate as the method names don't conflict.

Otherwise you could try making directly the cell a PTETableViewDelegate.

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

2 participants