I want to create UIButtons which are curved. For demo look at this image.
I don't want to create the exact buttons, but they will have curve like this buttons. Is it possible to create such buttons in iOS?
Thank you.
I want to create UIButtons which are curved. For demo look at this image.
I don't want to create the exact buttons, but they will have curve like this buttons. Is it possible to create such buttons in iOS?
Thank you.
Have a look at OBShapedButton, its a UIButton subclass for non-rectangular shapes.