I'm making an app that has a bunch of buttons which all use the same stretchable images for their pressed and normal states. I've been using separate outlets for each button, but it seems like there should be a better way. I tried subclassing UIButton, but apparently you can't do that. Is there a simpler way to do what I'm trying to do that requires less work?