Allow server to mask imageview models. Unmasked by default.
This commit is contained in:
parent
8ff374045b
commit
241b9d701a
@ -26,6 +26,7 @@
|
||||
public var localBundle: Bundle?
|
||||
public var cornerRadius: CGFloat?
|
||||
public var clipsImage: Bool?
|
||||
public var shouldMaskRecordedView: Bool = false
|
||||
|
||||
//--------------------------------------------------
|
||||
// MARK: - Initializer
|
||||
@ -54,5 +55,6 @@
|
||||
case contentMode
|
||||
case cornerRadius
|
||||
case clipsImage
|
||||
case shouldMaskRecordedView
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user