I am adding the alertView
in whole application. and i want to change the size of ok or cancel button in alertView
so that i can set the small image of actions.
Anyone please help me for this.
I am adding the alertView
in whole application. and i want to change the size of ok or cancel button in alertView
so that i can set the small image of actions.
Anyone please help me for this.
You can not change the size of
ok
orcancel
button inalertView
.The only solution that I could figure is to make a custom view with
UIVisualEffect
and show it likeUIActionSheet
Welcome if other solution is there :)
if you want to do this for adding image, then try following way: