ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.64k stars 492 forks source link

TagListView not centered #224

Closed junestchick closed 5 years ago

junestchick commented 5 years ago

image The frame of view is centered but it has extra blank space so it looks not centered.

junestchick commented 5 years ago

Oh sorry, I set tagListView.alignment = .center and it is ok now.