I got a small problem, let me start with the code
class ViewController: UIViewController { @IBOutlet weak var LBoutput: UILabel! @IBAction func BTclick(sen
In Swift 3:
DispatchQueue.main.async { self.LBoutput.text = "test6" }