ログイン画面のサインアップボタンのタイトルが変更できません。
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)
何か案が?