I have a button.I have added an image to its image property and also to its background image property.Now it only display the button with added images and can’t see button text.What is the reason.
Thanks for the help.
I have a button.I have added an image to its image property and also
Share
Setting the background image is fine but when you set the button.image property, it is overlaid over the textfield that the button has so you do not want to add an image to that property if you plan on using the buttons text.