Cannot use it inside UITableViewCell
SikanderZeb opened this issue · 1 comments
SikanderZeb commented
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 commented
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
.