Hi,
I'm using a toolbar in an UIWebview. I want to able to change an icon dynamically. That is from stop to refresh. How can i used the bundled icons?
[stopButtonItem setImage:[UIImage imageNamed:@"refresh"]];
Thank you Teo
Hi,
I'm using a toolbar in an UIWebview. I want to able to change an icon dynamically. That is from stop to refresh. How can i used the bundled icons?
[stopButtonItem setImage:[UIImage imageNamed:@"refresh"]];
Thank you Teo