python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Swift 5: Make the background circle of the label smaller
I want the rounded edge of the label to be smaller.
I managed to round the label, but when I want to make the circle smaller, I can't do it.
This is my code:
dayLabel.backgroundColor = .orange
dayLab...
akitainu22
Votes: 0
Answers: 2
Fetch text UIColor in XCUITest
I am writing UI tests from my watchOS project and currently looking how to fetch UIColor attribute from from UILabel and UIButton in XCUIText?
Maybe someone knows how to do it?

zhanch
Votes: 0
Answers: 1
coretext custom font vertical draw display not corret
When I use coretext, I find that the fonts created with systemfontofsize: and fontWithName: size: have different effects in the vertical direction. I don't know if this is normal.Thanks for any help.
...
tanquwell
Votes: 0
Answers: 1
autolayout-conform UILabel with vertical text (objC or Swift)?
How would I create an UIView / UILabel with vertical text flow which would look like the red view of this example screen?
I have read about view.transform = CGAffineTransform(... which allows for eas...
Mick
Votes: 0
Answers: 1