iOS – Is there any method that will call after collection view loaded (set layout, set datasource) – Ios swift
I want to perform scroll to particular index path after collection view load complete. Is there any method that inform the collection view is loaded (set layout, set datasource) NOTE: Im using DiffableDatasource to display collection view. I tried .apply…