python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I Fade Label out at end instead of replacing end with "..." if it's too long / How to use GoogleToolboxForMac
I've found a solution with GTMFadeTruncatingLabelTest from GoogleToolboxForMac but don't really understand how to use it and I don't find anything about it
but if you have another solution besides of ...

David
Votes: 0
Answers: 2
Swift UILabel linespacing for single line text
I want to increase padding inside UILabel cell (top and bottom),with modifying line height priority. Currently i use that extension:
func setLineSpacing(lineSpacing: CGFloat = 0.0, lineHeightMultiple:...

Evgeniy Kleban
Votes: 0
Answers: 1
iOS Swift Why can't height of UILabel text be made bigger?
I want the UILabel text to be larger, but when I change value_row_height, there is no change in size.
var value_row_x = 30
var value_row_y = 100
var value_row_height = 320
var value_row_width = 30...

Doug Null
Votes: 0
Answers: 2
Why doesn't my UITapGestureRecognizer call its func?
I want things to happen when I tap or double-tap my programmatically declared UILabel, but nothing happens when I press it.
Here's my code, which should print "HR_tap" when I tap the heart_r...

Doug Null
Votes: 0
Answers: 1