Skip to content

Instantly share code, notes, and snippets.

@wingchi
Last active May 5, 2018 22:40
Show Gist options
  • Select an option

  • Save wingchi/72c7fb4ba5626aa42ffb1c4a619bf34c to your computer and use it in GitHub Desktop.

Select an option

Save wingchi/72c7fb4ba5626aa42ffb1c4a619bf34c to your computer and use it in GitHub Desktop.
Using grid layout logic in view controller
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout,
sizeForItemAt indexPath: IndexPath) -> CGSize {
return gridViewModel.cellSize(for: collectionView.bounds, at: indexPath)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment