kenshin03 / RouletteWheelCollectionViewDemo

Demo of a custom UICollectionViewFlowLayout subclass implementation of a roulette wheel of cards, in the style of the Yahoo TimeTraveler app.
MIT License
244 stars 27 forks source link

NSCoding compliance of RVCollectionViewLayout #2

Closed zhangchn closed 11 years ago

zhangchn commented 11 years ago

This patch adds the implementation of initializer -initWithCoder: to support Interface Builder integration.

As a connected outlet in the xib, the layout instance no longer needs to be created programatically.

The property superView is fetched in -prepareLayout, rendering the controller code more concise.