PinLayout v1.4.2 Release Notes

  • ๐Ÿ”„ Change

    โž• Add method that can pin multiples edges:

    • ๐Ÿ“Œ all(): Pin all edges on its superview's corresponding edges (top, bottom, left, right). Similar to calling view.top().bottom().left().right()

    • ๐Ÿ“Œ horizontally(): Pin the left and right edges on its superview's corresponding edges. Similar to calling view.left().right().

    • vertically(): Pin the top and bottom edges on its superview's corresponding edges. Similar to calling view.top().bottom().