PinLayout v1.7.2 Release Notes

  • ๐Ÿš€ Released on 2018-04-23

    ๐Ÿ“Œ Fine tune UIView.pin.safeArea support for iOS 8 and "New Relic" framework

    ๐Ÿ”„ Changes:

    • ๐Ÿš€ On iOS 8, PinLayout compatibility support of UIView.safeAreaInsetsDidChange was causing issues with the device's virtual keyboard. PinLayout still support UIView.pin.safeArea on this iOS release, but UIView.safeAreaInsetsDidChange won't be called on iOS 8

    • ๐Ÿ›  Fix issue with "New Relic" framework: Add a Pin.initPinLayout() that can be called to initialize PinLayout before the "New Relic" framework is initialized. "New Relic" is conflicting with other popular frameworks including Mixpanel, ReactiveCocoa, Aspect, ..., and PinLayout. To fix the issue, Pin.initPinLayout() must be called BEFORE initializing "New Relic" with NewRelic.start(withApplicationToken:"APP_TOKEN"). See here for more information regarding this issue #130

    โž• Added by Luc Dion in Pull Request #134