uilabel tag

4 questions


1 answers
204 views
0
How do I disable sizeToFit on UILabel?

I'm making a clock application. (It's a digital number, not a hand.) I use UILabel to display time, but whenever the number of time changes, the size of the UILabel is resized and the font of the disp...

3 years ago

1 answers
232 views
0
I want to apply the frame of UILabel to iphone6 and iphone6plus by code.

I made parts other than UILabel on the storyboard and applied AutoLayout on the storyboard, but I have no choice but to generate UILabel with code, so when it comes to iphone6 and iphone6 plus, it is ...

3 years ago

1 answers
274 views
0
How to prevent text change animation when changing text in UILabel

If you animate the display location of UILabel (and View with UILabel as a child), changes to text that are not normally animated will also be animated.Below is the sample code.-(void)showErrorViewWit...

3 years ago

1 answers
225 views
0
I want to set text with ruby in UILabel

I'd like to set text with ruby in the iOS app UILabel.attributedText, but even if I substitute text with CFFAtributedStringRef type ruby in the UILabel, the compilation passes but stops at runtime err...

3 years ago

© 2026 OneMinuteCode. All rights reserved.