Collection-View-in-a-Table-View-Cell icon indicating copy to clipboard operation
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

Open mujtuba11khan opened this issue 4 years ago • 2 comments

Hi In this scenario I want to use table indexPath.section in CollectionView cell. Is it Possible?

mujtuba11khan avatar Mar 06 '20 11:03 mujtuba11khan

Yes, It's Possible. Set

CollectionView.Tag = (TableView)indexPath.section

aadeez-dev avatar Apr 09 '20 16:04 aadeez-dev

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 .

mujtuba11khan avatar Apr 10 '20 19:04 mujtuba11khan