Hi,
I found a very annoying bug, please fix it.
the bug:
I set my default text label to "test".
than I show in alert the width of the lable.
until here everything fine.
after it I changed the text of the lable to "test2".
now the width need to be longer then the first one.
but here is the bug, is NOT longer then the first one, it is like the first one.
it seems that if you changing text and then immediately getting the width so it is not give you the real width.
is it really a bug? or it is just on my phone?
please fix it.
My final mission is to find when a random text join with spaces and then after spaces the word connect. I need to find what is the maximum spaces need that the lable width will be smaller from 50% of the screen. How can i do it?