ManualLayout
@propertyWrapper
final class ManualLayout<View> where View : UIView
Property wrapper used to make it easier to instantiate a UIView
or
its subclasses ready for Auto layout.
Important
You should only use this property wrapper if you only need the object to be initialized with the following init:init(frame: .zero)
.
-
The read-only wrapped
UIView
orUIView
subclass.Declaration
Swift
var wrappedValue: View { get }