Trying to add constraints with format. However I keep getting stumped. Please help, previously this worked.
addConstraintsWithFormat("H:|[v0]|", views: collectionView)
addConstraintsWithFormat("V:|[v0]|", views: collectionView)
How do resolve this for swift 3 and iOS 10. Any help would be very much appreciated.
Thanks!