riteshhgupta / TagCellLayout

Made in Swift - Tag layout for UICollectionView supporting 3 types of alignments - Left || Centre || Right
MIT License
358 stars 36 forks source link

Tag Cell Spacing #14

Closed guillemgbt closed 6 years ago

guillemgbt commented 7 years ago

Hi! How can I add space between cells using the TagLayout?

riteshhgupta commented 7 years ago

Hi @guillemgbt, you need to add padding in your view xib. When you return the width via delegate method, return the actual_width + padding.

krunal545 commented 5 years ago

Sorry not getting. Please Explain in details