mujtuba11khan
Results
2
comments of
mujtuba11khan
> Hi guys, > > I could make the `UITableView` sections work without subclassing the `UICollectionView` nor adding new properties. Just used `indexPath.section` instead of `indexPath.row` in the `tableView willDisplayCell:`...
Thank you so much. It really helped me. On Thu, Apr 9, 2020 at 9:10 PM Azim Shaikh wrote: > Yes, Its Possible. Set CollectionView.Tag = (TableView)indexPath.section > > —...