Closed suda closed 9 years ago
Since collectionView is now an optional type I've added force unwrapping.
As much as I prefer avoiding force-unwrapping as much as possible, I think this is the best way to go in this situation. Many thanks!
Since collectionView is now an optional type I've added force unwrapping.