Classes
The following classes are available globally.
- 
                  
                  LayoutGuides will not show up in the view hierarchy, but may be used as layout element in an See moreRectBasedConstraintand represent a rectangle in the layout engine. Create a LayoutGuide with -init Add to a view with UIView.add(layoutGuide:) If you use subclass LayoutGuide, that managesLayoutElementelements, than you should uselayout(in: frame)method for apply layout, otherwise elements will be have wrong position.DeclarationSwift open class LayoutGuide<Super> : LayoutElement, ElementInLayoutTime where Super : LayoutElementextension LayoutGuide: CustomDebugStringConvertible
- 
                  
                  Makes full layout for See moreLayoutElemententity. Contains main layout, related anchor constrains and element for layout.DeclarationSwift public final class LayoutBlock<Item> : LayoutBlockProtocol where Item : LayoutElement
- 
                  
                  Layout constraint that creates possibility to change active state. See moreDeclarationSwift public class MutableLayoutConstraint : LayoutConstraintProtocol
- 
                  
                  Base class for any view placeholder that need dynamic position and/or size. Used UIViewController pattern for loading target view, therefore will be very simply use him. See moreDeclarationSwift open class LayoutPlaceholder<Element, Super> : LayoutGuide<Super> where Element : LayoutElement, Super : LayoutElement
- 
                  
                  Base class for any layer placeholder that need dynamic position and/or size. Used UIViewController pattern for loading target view, therefore will be very simply use him. See moreDeclarationSwift open class LayerPlaceholder<Layer> : LayoutPlaceholder<Layer, CALayer> where Layer : CALayer
- 
                  
                  Base class for any view placeholder that need dynamic position and/or size. Used UIViewController pattern for loading target view, therefore will be very simply use him. See moreDeclarationSwift 
- 
                  
                  Layout guide that provides interface for scrolling content See moreDeclarationSwift open class ScrollLayoutGuide<Super> : LayoutGuide<Super> where Super : LayoutElement
- 
                  
                  Undocumented See moreDeclarationSwift public class ScrollAnimationDeceleration<Item> : ScrollAnimation where Item : LayoutElement
- 
                  
                  StackLayoutGuide layout guide for arranging items in ordered list. It’s analogue UIStackView. For configure layout parameters use property See morescheme. Attention: before addition items to stack, need add stack layout guide to super layout element usingfunc add(layoutGuide:)method.DeclarationSwift open class StackLayoutGuide<Parent> : LayoutGuide<Parent>, AdjustableLayoutElement, AdaptiveLayoutElement where Parent : LayoutElementsContainer
 Classes  Reference
        Classes  Reference