Hi,
Im planning to create an Alert view with three buttons, my problem is I want to make the UIButton to custom and change its image.
Thanks a lot.
Hi,
Im planning to create an Alert view with three buttons, my problem is I want to make the UIButton to custom and change its image.
Thanks a lot.
Create a custom view with the buttons you want, then display it using presentModalController:animated:
.
You may find this article helpful for implementing your own view that looks like an alert view: http://starterstep.wordpress.com/2009/03/24/custom-uialertview-with-uitableview/