ios7 - Change button image on click event -


i want change button image. when click on button change it's image , after click button return in normal form.i want know how implement this? please me.

    uiimage *buttonimage = [uiimage imagenamed:@"image.png"];     [sender setimage:buttonimage forstate:uicontrolstatehighlighted];     uiimage *buttonimage1 = [uiimage imagenamed:@"image.png"];     [sender setimage:buttonimage1 forstate:uicontrolstatenormal]; 

Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -