0

I found one library two months ago and now I can't remember what was its name. It does basically this:

enter image description here

I have multiple rectangles with different sizes and I want to add them in this scrollable view.

Does anyone know the name of that library?

vale4674
  • 4,161
  • 13
  • 47
  • 72

2 Answers2

1

Looks like justified View. Get it here:

https://www.cocoacontrols.com/controls/justified-view

https://github.com/jhsonzhi/JustifiedView

Mantsch
  • 43
  • 4
1

This is pinterest-style layout, I suggest looking here:

https://www.cocoacontrols.com/tags/pinterest

CocoaControls.com is the very first place for me to search for custom ios controls, I am really recommend it.

Evgeny Aleksandrov
  • 780
  • 14
  • 32