Tuesday, July 5, 2016

Custom shaped buttons in iOS

We had to implement a remote control-like UI in our app, and there were these 4-5 buttons which formed a circle, and the user can tap anywhere on the button to use the function. So we needed an odd shaped button. 




I found the library named OBShapedButton created by Ole Begemann and decided to give it a try. It just works perfect! The code is available in gitHub, so this post is just a testament that the OBShapedButton library works just as promised, and it's very easy to integrate in to projects! 


Link to the library:


https://github.com/ole/OBShapedButton

Thanks, & Cheers, Mr OB!!

No comments:

Post a Comment