PinLayout v1.7.8 Release Notes

  • ๐Ÿš€ Released on 2018-06-26

    โž• Add support for CALayer layout

    PinLayout can now layouts CALayer's. All PinLayout's properties and methods are available, with the following exceptions:

    • ๐Ÿ‘ sizeToFit(:FitType) is not supported. Support for sizeToFit(:FitType) can be added to your custom CALayer subclasses, just make those layers conform to the SizeCalculable protocol and implement the two required functions.
    • ๐Ÿ“Œ CALayer.pin.safeArea property is not available.
    • aspectRatio() with no parameters

    ๐Ÿ“š See CALayer Support documentation for more information