[iOS] NavigationRenderer calls base PopViewController in some areas
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 297
Description
### Description
When trying to create custom transition animations it will not work very well for `Navigation.PopAsync` and the reason is because the method `NavigationRenderer.OnPopViewAsync` it's called the `base.PopViewController` method, which will ignore the overriden version
### Steps to Reproduce
_No response_
### Link to public reproduction project repository
https://github.com/pictos/PJ.NavigationTrans.Maui/tree/navigationPage-ios
### Version with bug
9.0.60 SR6
### Is this a regression from previous behavior?
No, this is something new
### Last version that worked well
_No response_
### Affected platforms
iOS
### Affected platform versions
_No response_
### Did you find any workaround?
_No response_
### Relevant log output
```shell
```
Contributor guide
Assessment
This issue has not been assessed yet.