docs: updated documentation for skeletons
This commit is contained in:
parent
a8fc13ff1e
commit
9cc412208c
|
|
@ -80,7 +80,7 @@ class CanShowAndHideSkeletons: BaseInitializableViewController {
|
|||
$0.textAttributes = textAttributes
|
||||
})
|
||||
|
||||
button.configureUIButton(appearance: UILabel.DefaultAppearance.make {
|
||||
button.configureUIButton(appearance: UIButton.DefaultAppearance.make {
|
||||
$0.textAttributes = textAttributes
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class CanShowAndHideSkeletons: BaseInitializableViewController {
|
|||
$0.textAttributes = textAttributes
|
||||
})
|
||||
|
||||
button.configureUIButton(appearance: UILabel.DefaultAppearance.make {
|
||||
button.configureUIButton(appearance: UIButton.DefaultAppearance.make {
|
||||
$0.textAttributes = textAttributes
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue