1. ホーム
  2. アイオス

[解決済み】UILabel テキストの中央揃え

2022-04-03 21:41:18

質問

のテキストはどのように整列させるのですか? UILabel ?

解決方法は?

から iOS 6 以降 UITextAlignment は非推奨です。 NSTextAlignment

myLabel.textAlignment = NSTextAlignmentCenter;

iOS 6 以降の Swift バージョン

myLabel.textAlignment = .center