-
#### Description
Brandon Carpenter05-Feb-2016 04:23 PM
Summary:
After getting into the bad state, a UINavigationController's navigationBar will initially show the correct UINavigationItem, but then …
-
I played around with the navbar color not being set consistently and I discovered that if somehow in the view hierarchy at a higher level there is a suspense boundary then it is possible the navbar co…
-
Image Transition Animation overlays bottom buttons or taskbar and statusbar.
![Screen Record](http://i.giphy.com/LZ5zasWET2vDO.gif)
-
### Description
Large titles have become the standard in modern iOS, thus it should work just as it does natively to provide a smooth and familiar experience.
Two small issues exist in the Maui im…
-
Hey guys,
I've got a 'New Post' button on my main feed screen, that when clicked, navigates to a screen that slides up from the bottom of the screen. I do this transition just by adding the style t…
-
There is an issue on ios11. The nav bar gets jerky when pulling to dismiss.
Can be seen in the demo as well.
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Replace contents of `main.dart` file with the following:
```
import 'package:flutter/cupertino.dart';
void main() {
runApp(MyApp());…
-
首先,非常感谢您,找了很久嵌套路由状态保持的方法,终于在大佬这里看到解决方法了!
我在getx的issue里面提了几个问题,请问大佬是否有遇到或者知道怎么解决吗:
https://github.com/jonataslaw/getx/issues/3168
https://github.com/jonataslaw/getx/issues/3170
https://github.com…
-
http://stackoverflow.com/questions/20312765/navigation-controller-top-layout-guide-not-honored-with-custom-transition
-
Hey,
first of all thank you for providing this great code as open source. I have an issue that only occurs since iOS 8.
I am using the drawer controller as follows:
``` Objective-C
MMDrawerControll…