PinLayout v1.5.7 Release Notes

  • ๐Ÿš€ Released on 2018-01-19

    • ๐Ÿ›  Fix an issue that was affecting UIScrollViews. PinLayout now set only the bounds's size and keep the origin.
      โž• Added by Luc Dion in Pull Request #115

    • โšก๏ธ Handle correctly view's layer.anchorPoint. PinLayout now update correctly the view position when the view's layer.anchorPoint has been modified, i.e. when it is not its default value (0.5, 0.5). โž• Added by Luc Dion in Pull Request #114