I need to get an indexPath
of the cell which will be shown (something like viewWillAppear:
there is 1 or 2 cells shown at the time, paging is enabled).
I can't find any method/delegate which will tell me that cells were moved and indexPath XYZ
will be shown now. Any help please?
edit: I have a label
above collectionView
where i want to display information about currently shown cell. The problem is I don't know where to send information from the cell to the label, that exactly this cell is now being displayed.