How to change UILabel
position at runtime ??
Thanks.
label.frame = CGRectMake(...);
or
label.center = CGPointMake(...);
label.frame = CGRectMake(newX, newY, label.frame.size.width, label.frame.size.height);
You can also change width and height if needed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With