ManualLayout
@propertyWrapper
final class ManualLayout<View> where View : UIViewProperty 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 UIVieworUIViewsubclass.DeclarationSwift var wrappedValue: View { get }
 View on GitHub
            View on GitHub
           ManualLayout Class Reference
      ManualLayout Class Reference