SLExpandableTableView icon indicating copy to clipboard operation
SLExpandableTableView copied to clipboard

Subclassing SLExpandableTableView while implementing delegate and datasource causes problems.

Open 123kyky opened this issue 8 years ago • 0 comments

Example: class TestTableView: SLExpandableTableView, SLExpandableTableViewDelegate, SLExpandableTableViewDatasource Looks to be the appropriate way to implement UITableView Delegate and DataSource but unable to set them. testTableView.delegate = testTableView wants me to impossibly cast to SLExpandableDelegate

Or implementing the following also creates an error class TestTableView: SLExpandableTableView, UITableViewDelegate, UITableViewDataSource

123kyky avatar Feb 21 '17 17:02 123kyky