Questions tagged [obshapedbutton]

2 questions
5
votes
4 answers

Programmatically create UIButtons on CircleImage

I need to create Arch shaped UIButtons, on a circle image.(the O/p need to look like Concentric Circles), At present I am using 5 images, but in future I may add some more Images, Dynamically I need to fil the circle Image with the added images. I…
Srinivas
  • 400
  • 1
  • 11
0
votes
1 answer

OBShapedButton class in Storyboard

I am trying to implement the OBShapedButton class in my iOS project so I can create irregular shaped buttons defined by png files. This is a link for more information on OBShapedButton. Basically this class works great when I'm using it with my nib…