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

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -