Setting UIButton titles
https://stackoverflow.com/questions/26326296/changing-text-of-uibutton-programmatically-swift
Just a clarification for those new to Swift and iOS programming. Below line of code:
button.setTitle("myTitle", forState: UIControlState.Normal)
only appli...
coderlyn.hashnode.dev1 min read