How to create curved UIButton for iPhone application

爷,独闯天下 提交于 2019-12-13 04:24:15

问题


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.


回答1:


Have a look at OBShapedButton, its a UIButton subclass for non-rectangular shapes.



来源:https://stackoverflow.com/questions/16419151/how-to-create-curved-uibutton-for-iphone-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!