iphone - how can i get object from tag? -


i have 1 view .in view have 2 buttons .

i know tag of button . want change image of button.

how can change image tag?

uibutton *button = (uibutton *)[myview viewwithtag:mytag]; [button setimage:... forstate:...]; 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -