Interface UILayoutSupport


  • public interface UILayoutSupport
    • Method Detail

      • length

        double length()
        As a courtesy when not using auto layout, this value is safe to refer to in -viewDidLayoutSubviews, or in -layoutSubviews after calling super
      • topAnchor

        NSLayoutYAxisAnchor topAnchor()
        Constraint creation conveniences. See NSLayoutAnchor.h for details.