Great work! This is a really cool project. I actually did something like this in an app I am working on using the same approach. I knew it could be generalized to all UI components and not just buttons, but I did not take those further steps and implement it.
This is definitely a step above using drawRect: to draw custom views, when images are more efficient in this case thanks to UIControl.
Comments
Great work! This is a really cool project. I actually did something like this in an app I am working on using the same approach. I knew it could be generalized to all UI components and not just buttons, but I did not take those further steps and implement it.
This is definitely a step above using drawRect: to draw custom views, when images are more efficient in this case thanks to UIControl.