Hi All
This is just a question if possible.
See I have created this native app which has buttons, and in xcode, a button can have a image set on either:
image - property to set image Background - property to set image, but scales to fit
So we have set the button size to be bigger than the image, so it is easy to press.
Just want to know if we can do a similar thing in Titanium? As so far seems that all buttons will scale the image if we change the size of the button.
Thanks.