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 #1

Open zhangchn opened 11 years ago

zhangchn commented 11 years ago

To support Interface builder integration, - (id)initWithCoder:(NSCoder*)aCoder should be implemented.

And dependencies to superView could be fetched in - (void)prepareLayout.

kenshin03 commented 11 years ago

would you mind submitting a pull request? I'll incorporate it in the code, thanks.