I created a grid of buttons. The following code creates the buttons and displays them, but there is no text on the button. Is there a setting I am missing? (Obj-C replies are fi
In my case (Swift 4) it was the following:
btnLogin.setTitle("Welcome, " + var_name, for: [])