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!
I'm using
alignedFlowLayoutthis way:After XCode updates to 10.0 (but still using Swift 4.0) flow layout requires to update manually after collection view reloaded:
If there is an any other way for correct using or please fix an issue
Thanx a lot!