Subclassing UIButton.
- by Joshua
I would like to subclass UIButton so I can give it a fill image, left side image and right side image which I can't do in IB.
All I can do in IB is give it a full background image which would mean the background would get stretched if the text was larger than the image. How would I do this? as unlike NSButton, there is no UIButtonCell class.