UIView

extension UIView
  • Sets translatesAutoresizingMaskIntoConstraints to a specific state for all views.

    Declaration

    Swift

    static func translatesAutoresizingMaskIntoConstraints(for views: [UIView], to _: Bool)
  • Adds the specified subviews to self.

    Declaration

    Swift

    func addSubviews(_ views: [UIView])
  • Undocumented

    Declaration

    Swift

    var asPDF: NSData { get }