Here\'s what I\'m trying to do. If you\'ve ever played Halo or CoD, you\'d know that you could change the name of a weapon load-out.
What I\'m doing is making it so you
In Swift 4 I tried all of this previously, but runs only:
@IBAction func myButton(sender: AnyObject) { sender.setTitle("This is example text one", for:[]) sender.setTitle("This is example text two", for: .normal) }