PinLayout v1.0.14 Release Notes

  • 🚀 Released on 2017-06-12.

    🔄 Change

    • Implementation of relative positioning using multiple relative views
      • Added by Luc Dion in Pull Request #43
      • The following methods can now receives one or many relative views. Useful to position a view relative to many UIViews.
        • above(of relativeViews: UIView...)
        • above(of relativeViews: UIView..., aligned: HorizontalAlignment)
        • below(of relativeViews: UIView...)
        • below(of relativeViews: UIView..., aligned: HorizontalAlignment)
        • left(of relativeViews: UIView...)
        • left(of relativeViews: UIView..., aligned: VerticalAlignment)
        • right(of relativeViews: UIView...)
        • right(of relativeViews: UIView..., aligned: VerticalAlignment)