M medsport2012 Member Licensed User Longtime User Sep 20, 2021 #1 Hi there I'm facing problem i cant put text on top of the label. How to do it?
Solution Semen Matusovskiy Sep 20, 2021 If you mean vertical alignment (which UILabel does not support), you can use Label.SizeToFit instead.
If you mean vertical alignment (which UILabel does not support), you can use Label.SizeToFit instead.
Semen Matusovskiy Well-Known Member Licensed User Sep 20, 2021 #2 If you mean vertical alignment (which UILabel does not support), you can use Label.SizeToFit instead. Upvote 1 Solution
If you mean vertical alignment (which UILabel does not support), you can use Label.SizeToFit instead.
M medsport2012 Member Licensed User Longtime User Sep 20, 2021 #3 Thanks for the quick reply! I was hoping vertical alignment was somewhere there) Upvote 0
M medsport2012 Member Licensed User Longtime User Sep 20, 2021 #4 Is there any way for different text to be at the same height? Nevermind, after a while i realized Last edited: Sep 20, 2021 Upvote 0