PDA

View Full Version : Reduce UIalertview Button Size




ilx.mac
Jul 7, 2009, 09:03 AM
Hi there,

Is there a way to reduce the size of the button displayed in an alertview. I tried using

alertView.frame = CGRectMake( 70.0f, 200.f, 150.0f, 150.0f);

it actually reduces the frame size, but not the button size. Is there a way to reduce the size of the button along with the frame?

Thanks in advance!:)



jacksongan
Nov 6, 2009, 10:12 PM
hi there, i tried to change the frame by applying the CGRectMake code, but nothing happened. Mind to share the whole code? thanks.