RGCardViewLayout
RGCardViewLayout copied to clipboard
CardViewLayout
Hi
How to get button action for each page or Which cell is active.
Thanks
There aren't any methods for that at the moment. Note, this is a layout for collection views and not a custom view. Therefore, you can use all of the delegate methods for collection views, and you can also query for visible cells(and provided that you're using it in a way that each cell takes over the whole visible section collection view at a time, you can tell that cell you queried for is the one that's currently "active". Hope that helps