Hi folks, I'm still new to Cocoa Touch so bear with me. It's probably a concept I am missing but here goes.
I want to create a custom UIButton class so it can behave different from a regular button. I want the class to inherit most of it methods from it's superclass and just draw the button from interface builder. The problem is I'm looking to simply change the background color back and and forth every time the button is pressed. However I can't seem to find any appropriate methods that can do this when reviewing the docs.
Any Ideas?
Thanks
I want to create a custom UIButton class so it can behave different from a regular button. I want the class to inherit most of it methods from it's superclass and just draw the button from interface builder. The problem is I'm looking to simply change the background color back and and forth every time the button is pressed. However I can't seem to find any appropriate methods that can do this when reviewing the docs.
Any Ideas?
Thanks