In this video we look at subclassing the layout in the collection view, so that we can animate the addition of the cells.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3488-collection-views/lessons/6
In this video we look at subclassing the layout in the collection view, so that we can animate the addition of the cells.
Thank you very for you video . But i donβt understand this line of code
attribute.center = CGPoint(x: CGRectGetWidth((collectionView?.frame)!) - 23.5, y: -24.5)
how can i know the Point of the add-button
i am very confused , Hope for helping