I have a UIAlertView with an image and a large button.
The problem is that the default UIAlertView is a very small size. It’s image cannot be seen properly.
So, I want to increase the height and width of the UIAlertView. In other words, I want to create a custom UIAlertView. What would be the way to do that?
Thanks.
I am sending you my code, I am showing a TableView in AlertView, perhaps it will help you.
in header file paste this code.
and in your imlpementation(.m) file paste this code.
Note: In your AppDelegate add as subView to this.