Stormotion-Mobile / ExpandableCollectionViewCell

Example of custom UICollectionViewCell - ExpandableCell that can be animated like on AppStore and can be hidden with "pushing off" animation.
https://stormotion.io
94 stars 6 forks source link

Not working on UIViewController #1

Open ARGAMX opened 5 years ago

ARGAMX commented 5 years ago

Moved from UICollectionViewController to UIViewController (because on screen should be some buttons, which can't be added to UICollectionViewController), and expanding don't work on UIViewController.

ARGAMX commented 5 years ago

Problem solved by pinning UICollectionView to the top screen edge, not to the top safe area. http://joxi.ru/Vrw8007u7K3gYm.jpg Also this issue only refers for Horizontal flow (my case). If flow vertical, works ok with pinning to safe area too.