我有代码来复制Label中的数字。
怎么称呼?
当我点击按钮时,如何在照片上显示
@IBAction func copybutton(_ sender: UIButton) {
UIPasteboard.general.string = displayResultLabel.text
}
答案 0 :(得分:0)
Use this code -
UIPasteboard.general.string = sender.title(for: UIControlState.normal)