问题 I had implement Sign In with the apple button. It's functionality working. But the issue is its title looks like " SIGN_IN_WITH_APPLE " instead of " Sign in with Apple ". here is my code. let authorizationButton = ASAuthorizationAppleIDButton() authorizationButton.cornerRadius = 10 authorizationButton.addTarget(self, action: #selector(handleLogInWithAppleIDButtonPress), for: .touchUpInside) cell.signInStack.addArrangedSubview(authorizationButton) And How it's look 回答1: I tried let button =