我无法更改登录屏幕的注册按钮的标题。
self是PFLogInViewController。_
self.logInView?.signUpButton?.setTitle("Test new String", forState: UIControlState.Normal)
我改变了其他按钮,相同的代码。有用。
self.logInView?.logInButton?.setTitle("Entrar", forState: UIControlState.Normal)
self.logInView?.passwordForgottenButton?.setTitle("Esqueceu a Senha?", forState: UIControlState.Normal)
任何想法?