Skip to content
Kevin Brewster edited this page Jan 23, 2015 · 4 revisions

Properties

var value: CGFloat

The value that the tick represents


var labelLayer: CATextLayer

The sublayer that displays the formatted value that the tick represents. Edit as you would any CATextLayer. For example, you can change the string, font, fontSize, foregroundColor properties.


var label: String

The string that is displayed on the labelLayer. Changing this will automatically update the labelLayer.


Clone this wiki locally