Aleksei Cherepanov

Results 18 issues of 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. ![Example](https://user-images.githubusercontent.com/579162/99182252-f4028f80-2744-11eb-814f-fdf62ef51054.png)

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...

🎉 feature
hacktoberfest

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?