I have view controller which has one horizontal collection view which has three cells. Inside each cell I have one vertical collection view which has 2 section. 1st section has one cell and 2 nd section is Dynamics It can have any number of cells. In first section of vertical collection view which has one cell it has one horizontal collection view which can have any number of cells.
Issue : when innermost collection view which is inside first section of vertical collection view is scrolling, and when it reaches end of collection view I want to disable the scrolling so that my outer most collection view which has three cells can scroll, and immediately after that I want to enable the scrolling of innermost collection view. So that it can scroll again. It's like scroll view or collection view