Jeff Kereakoglow

Results 2 comments of Jeff Kereakoglow

A collection view will scroll in both directions if the content size of the collection view is larger than the bounds of the screen. The collection view's content size is...

@ostatnicky UICollectionViewLayout has a delegate method just for what you're doing. ``` swift override func invalidateLayout() { super.invalidateLayout() itemAttributes = nil itemsSize = nil } ```