iOS - How To Align UIAlertActions Properly? -


i adding checkmark item selected user in uialertcontroller(actionsheetstyle). however, once checkmark added, item checkmark not aligned other items.

since items center-aligned this:

 item aaa item bbb ✓  item ccc 

i want them this:

item aaa item bbb ✓ item ccc 

so tried added spaces @ end of labels no checkmark. still has no effect on alignment.

is there anyway this?

thanks!

try add invisible unicode symbols.


Comments