Skip to content

Version 1.2.0.223

Compare
Choose a tag to compare
@rotorgames rotorgames released this 04 Oct 08:30

Fixes

  • #366 NullReferenceException in iOS
  • Fixed IndexOutOfRangeException if PopPageAsync invokes while PushPageAsync still works
  • #404 Fixed blinking page before animation starting
  • #157 Fixed ObjectDisposedException in the Renderer
  • #459 GC collected UIWindow even if it was a KeyWindow

Improvements

  • Supporting iOS 13
  • #420 Navigation Events
  • Improved the navigation process. Now, you can pop or remove a popup page even if the page is being in the pushing process. PopPageAsync will wait while PushPageAsync works and only after it will rune the popping process.
  • Testing support

API Changes

  • Made virtual GetTopOffset and GetLeftOffset methods in BaseAnimation class.
  • #420 Added Pushing, Pushed, Popping and Popped events in IPopupNavigation. See Navigation Events
    for more information
  • #256 Added SetInstance and RestoreDefaultInstance in PopupNavigation to support unit tests. See Testing for more information.

Links

NuGet | Build CI