RMessage v2.2.2 Release Notes

Release Date: 2018-03-14 // about 6 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix bottom presentation when presenting in a view not contained by a navigation controller.
    • Guard some iOS8+ specific constraint calls from executing on devices running below iOS8.
    • Guard UIBlurEffect and UIVisualEffectView API calls from being executed on deployment targets below iOS 8 to prevent crashes. The blurBackground custom design file property now does nothing on devices running below iOS8.
    • โœ… Tests: Fix a float precision comparison error causing some UI tests to incorrectly fail.