Skip to content

Instantly share code, notes, and snippets.

@eloisafalcao
Created March 25, 2020 20:51
Show Gist options
  • Save eloisafalcao/72055f3a105bef89431a55c3f78ea29e to your computer and use it in GitHub Desktop.
Save eloisafalcao/72055f3a105bef89431a55c3f78ea29e to your computer and use it in GitHub Desktop.
//Adicionando a legenda
let caption = UILabel()
caption.text = String(Double(value))
caption.adjustsFontSizeToFitWidth = true
caption.frame = CGRect(x: posX, y: posY-captionHeight, width: barWidth, height: captionHeight)
addSubview(caption)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment