Collection-View-in-a-Table-View-Cell
Collection-View-in-a-Table-View-Cell copied to clipboard
How to use Table view section id in the CollectionView Cell while deque the collection cell
Hi In this scenario I want to use table indexPath.section in CollectionView cell. Is it Possible?
Yes, It's Possible. Set
CollectionView.Tag = (TableView)indexPath.section
Thank you so much. It really helped me.
On Thu, Apr 9, 2020 at 9:10 PM Azim Shaikh [email protected] wrote:
Yes, Its Possible. Set CollectionView.Tag = (TableView)indexPath.section
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ashfurrow/Collection-View-in-a-Table-View-Cell/issues/45#issuecomment-611613622, or unsubscribe https://github.com/notifications/unsubscribe-auth/AELW3TUY6DJ4STT7WDQV25LRLXXQZANCNFSM4LC6NUQQ .