从Label复制的按钮

时间:2017-08-14 07:02:33

标签: ios swift3

我有代码来复制Label中的数字。

怎么称呼?

当我点击按钮时,如何在照片上显示

enter image description here

@IBAction func copybutton(_ sender: UIButton) {
    UIPasteboard.general.string = displayResultLabel.text
}

1 个答案:

答案 0 :(得分:0)

Use this code -

UIPasteboard.general.string = sender.title(for: UIControlState.normal)