I Have
-> MainScrollView
(. Labels
....
. 1st CollectionView
. Labels
. WebView
. 2nd CollectionView )
Im trying to add labels and WebView programmatically whereas the scrollview and collectionViews are designed in storyboard.
The scroll, 1st CollectionView, WebViews are working fine, when i use to add the 2nd collectionView the WebView is not working and also, the 2nd collectionView is not scrolling and also its delegate methods are not being called
I referred these links too, but they wont help my issue
1. UICollectionView inside UIScrollView not scrolling
2. UICollectionView inside UICollectionView will not scroll
I am not sure why it is being affected, Suggest me any ideas to fix and do this task