私は新しい iOS アプリの開発で Parse.com サービスを使用していましたが、これまでのところ魅力的に機能しますが、swift と Objective-C の両方のコードを使用して PFLogInViewController からログイン ボタンのテキストを変更しようとしていましたが、結果は同じです (NONE!)
オブジェクトC
[logInViewController.logInView.logInButton setTitle:@"Test!" forState:UIControlStateNormal];
logInViewController.logInView.logInButton.titleLabel.text = @"Another Test";
迅速
self.logInView.logInButton.setBackgroundImage(UIImage(named: "loginBtn"), forState: UIControlState.Normal )