PinLayout v1.8.5 Release Notes

Release Date: 2018-09-27 // over 5 years ago
  • ๐Ÿš€ Released on 2018-09-27

    Minor internal changes

    โœ‚ Remove sizeToFit() from SizeCalculable protocol. ๐Ÿ“š This change ensure that PinLayout pin.sizeToFit() method behave correctly. As per the iOS documentation, we should not directly override sizeToFit() but rather always only implement sizeThatFits(_:) for auto-sizing needs. This update aim to remove the sizeToFit() requirement in the SizeCalculable protocol.