前提・実現したいこと
Sign in with Appleのボタンをカスタムしています。
背景黒、radius、高さなどは(Appleのhumandesign... に従った範囲内で)実装できました。
最後の真ん中のロゴのテキストをSign in..→Sign up...に変更したいです。
色々試してみたのですが変更できません。
発生している問題・エラーメッセージ
該当のソースコード
if #available(iOS 13.0, *) { // ここでインスタンス(ボタン)を生成 let appleLoginButton = ASAuthorizationAppleIDButton( authorizationButtonType: .default, authorizationButtonStyle: .black //, authorizationButtonTitle or authorizationButtonTextでもダメ )
試したこと
コードで通常のsetTitleにするとエラーでした。
appleLoginButton.setTitle("俺がボタンだ", for: .normal)
- [iOS] Sign in with Appleのボタンで許されるカスタマイズについて
https://dev.classmethod.jp/articles/customize_siwa_button/
- How to Implement “Sign in with Apple” Button in Swift – iOS Tutorial
https://www.iosapptemplates.com/blog/ios-development/sign-in-with-apple-swift
- 公式ドキュメント内を探してみましたが
テキストの変更方法は書いていなかった
です。
https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple/overview/buttons/
カスタムボタン関連の記事はちょくちょく見るのですが意外と中のテキストの変更に関しての記載がないので困っています
よろしくお願いします
回答1件
あなたの回答
tips
プレビュー