GCKUIStyle Sınıfı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
NSObject'i devralır.
|
(void) | - applyStyle |
| Stilde yapılan değişikliklerin hemen geçerli olması için mevcut tüm görünür görünümlerin yenilenmesini gerektirir. Diğer...
|
|
Stilde yapılan değişikliklerin hemen geçerli olması için mevcut tüm görünür görünümlerin yenilenmesini gerektirir.
Stilin kök özellikleri ağaç.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-12-06 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2022-12-06 UTC."],[[["`GCKUIStyle` is a class used for managing the visual styling of Cast user interface elements, available since version 3.3 and inheriting from NSObject."],["It provides a singleton instance accessible via the `sharedInstance` class method for applying and managing styles globally."],["Developers can modify the styling attributes through the `castViews` property, which acts as the root of the styling tree."],["The `applyStyle` instance method allows for immediate visual updates by refreshing all visible views to reflect any styling changes made."]]],["The `GCKUIStyle` class offers methods and properties to manage UI styling. The `sharedInstance` class method retrieves the singleton instance of `GCKUIStyle`. The `applyStyle` instance method forces an immediate refresh of all visible views to reflect styling changes. The `castViews` property is the root of the styling attributes, providing a tree structure for managing the styling. It Inherits from `NSObject`, and was introduced in version 3.3.\n"]]