Custom Buttons in Xcode
Hey everyone, I was wondering if it's possible to break out from the rectangular bounds Xcode places on any custom button you try to make?
I make a custom button with a .png with transparency preserved and Xcode automatically places it in a rectangle. This is a problem because I'm trying to animate the button with a curl up animation and it animates the whole rectangular bounds rather than just the image I want animated. Is there anyway around this? Thanks!
|