There is orthogonalScrollingBehavior is available but I want also auto scroll, so is there any method available which can provide auto scroll behaviour?
UICompositional Layout, NSDiffabledatasource
You can use scrollRectToVisible(_:animated:) and pass the frame of the cell you want to see onscreen.