LNRSimpleNotifications v0.4.0 Release Notes

  • ๐Ÿ”„ Changed

    • LNRNotificationManager and LNRNotificationView now use parameter name onTap to refer to the on tap callback for notofications rather than the poorly-named callback. In the interface this slightly modifies the parameters of the LNRNotificationView init:title:body:icon:duration:onTap:position:notificationManager: and the LNRNotificationManager showNotification:title:body:onTap: methods.
    • Demo app now uses LNRSimpleNotifications Pod rather than direct inclusion of the project files.

    ๐Ÿ›  Fixed

    • No long adds extra padding equal to status bar height when showing notifications from the top position when the status bar is hidden. [Contributed by jkennington]