You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the library doesn't necessarily care about a specific layout and doesn't explicitly assume a constant layout.
However, I'm not sure what happens if you currently attempt to do this. I suspect the data source would throw an exception if your new layout is radically different and uses different cell classes.
Collection View allows you to animate transitions to another layout:
At the moment, the library doesn't necessarily care about a specific layout and doesn't explicitly assume a constant layout.
However, I'm not sure what happens if you currently attempt to do this. I suspect the data source would throw an exception if your new layout is radically different and uses different cell classes.
Collection View allows you to animate transitions to another layout:
Plus, delegate methods:
In order to accommodate this, we'd have to:
The text was updated successfully, but these errors were encountered: