First off, I know that questions similar to this have been asked and answered many times, however, none of them are quite what I'm looking for.
I'm trying to create a button that is a circle/oval. The button should respond normally to touches inside the oval and not respond when there is a touch outside. the problem I'm having is that no method Ii have tried prevents the button from responding when the corner of the rectangle (outside the oval) is touched.
Essentially, the button needs to not only look like an oval, but respond as one also.
Any help would be greatly appreciated!
Edit: So i figure im going to need to build a custom control. this is for a side project so it may take a bit, but ill make it available on github and post a link to it here. thank you for the input!
UIViewconsider writing your own. It should be fairly simple.