PTEz / PTEHorizontalTableView

Horizontal UITableView inspired by EasyTableView.

Home Page:http://ptez.github.io/PTEHorizontalTableView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use it inside UITableViewCell

SikanderZeb opened this issue · comments

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.

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.