Digits 画面と UI エレメントにおける全ての外観を制御します。
ユーザー設定できる色は、backgroundColor
プロパティとaccentColor
プロパティだけです。残りの色はこれら二つの色を基にして算出されます。
このオブジェクトは、常に既定のカラー設定で初期化されます。
警告:ビューコントローラーを無効にした場合 from styling the status bar (viaUIViewControllerBasedStatusBarAppearance = NO
in the Info.plist file)、 アプリのステータスバーのスタイルがDigits機能の背景色と互換性があるかを確認しなければいけません。 そうしないと、Digits 画面でステータスバーが読めなくなるかもしれません。詳細についてはUIStatusBarStyle
に関するAppleのドキュメントを参照してください。
継承元 | NSObject |
Conforms to | NSCopying |
宣言場所 | DGTAppearance.h |
DGTAppearance Class ReferenceControls the appearance of all Digits screens and UI elements. The properties Warning: If you disable view controllers from styling the status bar (via
|
backgroundColor
プロパティaccentColor
プロパティ
Tasks
|
Properties |
Digits機能の フローにおける全てのビューの基調カラー。ユーザーの操作に関連するエレメント(例えばボタン)のメインカラーを決定します。
@property (nonatomic, strong) UIColor *accentColor
accentColorThe accent color for all views in the Digits flow. This determines the main color of elements associated with user actions (e.g. buttons). @property (nonatomic, strong) UIColor *accentColor |
Digits 機能のフローにおける全てのビューの背景色。
@property (nonatomic, strong) UIColor *backgroundColor
backgroundColorThe background color for all views in the Digits flow. @property (nonatomic, strong) UIColor *backgroundColor |