updated backgroundcolor to clear
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
0f1627ca6f
commit
8a85e67681
@ -92,6 +92,7 @@ open class Control: UIControl, Handlerable, ViewProtocol, Resettable {
|
|||||||
// MARK: - ViewProtocol
|
// MARK: - ViewProtocol
|
||||||
/// Will be called only once.
|
/// Will be called only once.
|
||||||
open func setup() {
|
open func setup() {
|
||||||
|
backgroundColor = .clear
|
||||||
translatesAutoresizingMaskIntoConstraints = false
|
translatesAutoresizingMaskIntoConstraints = false
|
||||||
insetsLayoutMarginsFromSafeArea = false
|
insetsLayoutMarginsFromSafeArea = false
|
||||||
}
|
}
|
||||||
|
|||||||
@ -84,6 +84,7 @@ open class View: UIView, Handlerable, ViewProtocol, Resettable {
|
|||||||
// MARK: - ViewProtocol
|
// MARK: - ViewProtocol
|
||||||
/// Will be called only once.
|
/// Will be called only once.
|
||||||
open func setup() {
|
open func setup() {
|
||||||
|
backgroundColor = .clear
|
||||||
translatesAutoresizingMaskIntoConstraints = false
|
translatesAutoresizingMaskIntoConstraints = false
|
||||||
insetsLayoutMarginsFromSafeArea = false
|
insetsLayoutMarginsFromSafeArea = false
|
||||||
}
|
}
|
||||||
|
|||||||
@ -115,6 +115,7 @@ open class LabelBase: UILabel, Handlerable, ViewProtocol, Resettable {
|
|||||||
accessibilityCustomActions = []
|
accessibilityCustomActions = []
|
||||||
accessibilityTraits = .staticText
|
accessibilityTraits = .staticText
|
||||||
numberOfLines = 0
|
numberOfLines = 0
|
||||||
|
backgroundColor = .clear
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user