Page transitions improvements in SimpleShell - 2.1.0
RadekVyM
released this
04 Mar 16:21
·
192 commits
to main
since this release
As of this release:
- Some transformation problems with pages on iOS have been finally fixed.
- Popping to a root page using
Navigation.PopToRootAsync()
inSimpleShell
works now. - New
CombinedWith()
extension method forSimpleShellTransition
was added. This method allows you to combine two transitions into one. Check out documentation for more information. - One constructor of
SimpleShellTransition
and one overload of theSetTransition()
extension method have been marked as obsolete.
Full Changelog: v2.0.0...v2.1.0-simpleshell