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

c++ - list<myClass<int> * > sort -

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

java - why am i getting a "cannot resolve method" error on getApplication? -