apploft / APLExpandableCollectionView

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

Fixes #3 & #4: Add new sections dynamically; #6

Closed stellz closed 9 years ago

stellz commented 9 years ago

[self updatePreviousLayoutAttributes] is called after [super prepareLayout] because it leads to wrong results and a crash. Method for adding expanded section flag when adding new section - if we don't set this the app will crash.

michaelkamphausen commented 9 years ago

Thank you for adding this feature! :+1: