apploft / APLExpandableCollectionView

UICollectionView subclass with vertically expandable and collapsible sections
MIT License
110 stars 14 forks source link

Cannot init from code #8

Closed hyouuu closed 9 years ago

hyouuu commented 9 years ago

Hello! Thanks for sharing this! We should add a simple init method to support initing from code:

michaelkamphausen commented 9 years ago

Hi! You are right. The APLExpandableCollectionView has an initWithFrame: implementation, but this method is not the designated initializer for a UICollectionView as you mentioned above. So I will replace with initWithFrame:collectionViewLayout:.

hyouuu commented 9 years ago

Awesome - keep up the good work and look forward to updates :+1: