I am customizing my UIButton and I can either set image or background image. They both work fine but how do I decide which one to use? Are these two methods for when people have image that are broken up into foreground and background so they can layer them?
+1
A:
The background image serves for you to customize the "button image", the common background that all your buttons will take. The button image itself will lay on top of the background image and you can use to add, e.g., a small icon to further decorate the contents of the button.
fbrereto
2009-08-21 05:15:31