Aleksei Cherepanov
Aleksei Cherepanov
https://github.com/Instagram/IGListKit/blob/2c519b0b10511205a143b4e25766eee33d2d4224/Source/IGListKit/IGListCollectionViewLayout.mm#L552-L555 It seems like the equation should be ```swift if (item > 0 || section > 0) { itemCoordInScrollDirection += lineSpacing; } ``` For example, we have two cases. The...
Sometimes you don't need to know how much space was used.
To reduce used space in menu bar it's better to combine these two items
The most of changes were made by XCode itself. I've just fixed the build issues
Just simple improvement to make an indicator stick to borders of a superview. 
I've realised that on iPhone XS Max you can get >0 height of the hidden keyboard. So better compare keyboard height with epsilon nether than 0
I use UICollectionView with NHBalancedFlowLayout inside another UICollectionView because I must get the height of content in NHBalancedFlowLayout by this code: ``` [((NHBalancedFlowLayout *) self.filesList.collectionViewLayout) prepareLayout]; CGFloat collectionSize = [((NHBalancedFlowLayout...
Could you add thirdparties libraries for android arm64-v8a or maybe give some libraries list with the help of which I can build these libraries?