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
It appears that the API only supports computing only the height of cells and not their width. While this is perfect for UITableViewController it is inadequate for the 2-dimensional UICollectionView. Width must also be computed and returned.
The text was updated successfully, but these errors were encountered:
It appears that the API only supports computing only the height of cells and not their width. While this is perfect for
UITableViewController
it is inadequate for the 2-dimensionalUICollectionView
. Width must also be computed and returned.The text was updated successfully, but these errors were encountered: