We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You need to change line 250 in HTKDragAndDropCollectionViewLayout.m to return actualItemSpacing / (self.numberOfItemsPerRow - 1);
return actualItemSpacing / (self.numberOfItemsPerRow - 1);
Because you have only two spaces between three cells, you need to subtract one to space them evenly.