jpsim / DeckRocket

DeckRocket turns your iPhone into a remote for Deckset presentations
MIT License
397 stars 63 forks source link

Fixed optional collectionView #12

Closed suda closed 9 years ago

suda commented 9 years ago

Since collectionView is now an optional type I've added force unwrapping.

jpsim commented 9 years ago

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!