xcode - How to set images to uialertview button in iOS? -
how can set images uialertview buttons without using custom buttons?
can me?
please try use one. think may you.. can using without using custom button.
for (uiview *view in [alert subviews]) { if ([view iskindofclass:[uibutton class]]) { [view setbackgroundcolor:[uicolor colorwithpatternimage:[uiimage imagenamed:@"imagename"]]]; } }
Comments
Post a Comment