Überblick
Parameter, die das Design des Dialogfelds beschreiben.
Öffentliche Mitgliedsfunktionen | |
(Instanztyp) | – initWithBackgroundColor:titleFont:titleColor:mainTextFont:mainTextColor:buttonsFont:cancelButtonTextColor:acceptButtonTextColor:.) |
Erstellt ein GMSNavigationTermsDialogUIParams -Objekt. | |
Eigenschaften | |
UIColor * | backgroundColor |
Farbe für den Hintergrund des Dialogfelds. | |
UIFont * | titleFont |
Schriftart, die für den Text des Titels verwendet wird. | |
UIColor * | titleColor |
Farbe des Textes im Titel. | |
UIFont * | mainTextFont |
Schriftart für den Text der Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme des Fahrers. | |
UIColor * | mainTextColor |
Farbe des Texts, der für die Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme verwendet wird. | |
UIFont * | buttonsFont |
Schriftart für Text auf den Schaltflächen „Abbrechen“ und „Akzeptieren“. | |
UIColor * | cancelButtonTextColor |
Veraltet. | |
UIColor * | acceptButtonTextColor |
Textfarbe der Schaltfläche „Akzeptieren“ |
Dokumentation zu Mitgliederfunktionen
- (instancetype) initWithBackgroundColor: | (nullable UIColor *) | backgroundColor | |
titleFont: | (UIFont * darf Nullwerte enthalten) | titleFont | |
titleColor: | (nullable UIColor *) | titleColor | |
MainTextFont: | (UIFont * darf Nullwerte enthalten) | mainTextFont | |
MainTextColor: | (nullable UIColor *) | mainTextColor | |
buttonFont: | (UIFont * darf Nullwerte enthalten) | buttonsFont | |
cancelButtonTextColor: | (nullable UIColor *) | cancelButtonTextColor | |
akzeptButtonTextColor: | (nullable UIColor *) | acceptButtonTextColor | |
Erstellt ein GMSNavigationTermsDialogUIParams
-Objekt.
Informationen zur Bedeutung der Parameter finden Sie in den Eigenschaftskommentaren.
Property-Dokumentation
– (UIColor*) backgroundColor [read, assign] |
Farbe für den Hintergrund des Dialogfelds.
– (UIFont*) titleFont [read, assign] |
Schriftart, die für den Text des Titels verwendet wird.
– (UIColor*) titleColor [read, assign] |
Farbe des Textes im Titel.
– (UIFont*) mainTextFont [read, assign] |
Schriftart für den Text der Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme des Fahrers.
– (UIColor*) mainTextColor [read, assign] |
Farbe des Texts, der für die Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme verwendet wird.
– (UIFont*) buttonsFont [read, assign] |
Schriftart für Text auf den Schaltflächen „Abbrechen“ und „Akzeptieren“.
- (UIColor*) cancelButtonTextColor [read, assign] |
Veraltet.
Die Schaltfläche „Abbrechen“ wurde aus dem Dialogfeld entfernt.
Textfarbe der Schaltfläche „Abbrechen“. Die Hintergrundfarbe der Schaltfläche ist transparent.
- Hinweis:
- Diese Option wurde eingestellt. Die Schaltfläche „Abbrechen“ wurde aus dem Dialogfeld entfernt.
- (UIColor*) acceptButtonTextColor [read, assign] |
Textfarbe der Schaltfläche „Akzeptieren“
Die Hintergrundfarbe der Schaltfläche ist transparent.