-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
I'm using alignedFlowLayout this way:
alignedFlowLayout.horizontalAlignment = .left
alignedFlowLayout.verticalAlignment = .top
After XCode updates to 10.0 (but still using Swift 4.0) flow layout requires to update manually after collection view reloaded:
alignedFlowLayout.invalidateLayout()
If there is an any other way for correct using or please fix an issue
Thanx a lot!
Metadata
Metadata
Assignees
Labels
No labels