1

I have created a dynamic page in order to show profiles of the user. For that i have used collection view cell, what i want is that i have to represent those profiles in a numeric manner and that too inside a hexagon shaped image. Kindly can anyone give me some ideas how to do it. Am pretty much confused. Here is the screenshot of how the dynamic page should look like. enter image description here

Moin Shirazi
  • 4,372
  • 2
  • 26
  • 38
  • It wasn't difficult to find a solution with a simple Google search? http://stackoverflow.com/a/24770675/2507277 – Jim Tierney Jun 25 '16 at 09:46

1 Answers1

0

Solution is very simple. Just use UIImageView with hexagonal image.jpg just like shown in above cells, and show UILabel over UIImaeView, which shows Number in white font.

Aamir
  • 16,329
  • 10
  • 59
  • 65