I am creating a custom Tableviewcell having CollectionView inside it. When scrolling a CollectionView inside a tableview cell , I want the cells in other CollectionViews to get automatically scrolled.
How can I implement this ? the "parameters" and "unit" are UILabels inside Tableview cell, the "labels" are the uiLabels of "Collectioniew" inside UITableviewCell
scrollViewDidScroll
to detect scrolling – mutAnT