Pop view controller with scrollView inside navigation controller with opaque navbar result in weird content animation during transition
The content will be somewhere below its original position during transition, and interactive pop will make this very obvious.
Enabling Safe area does not fix this.
It is a bug in iOS 11 I believe. Here's a rdar about it: http://openradar.appspot.com/34465226
You can walk around this issue by check the Extend Edges: Under Opaque Bars
box in storyboard or set [self setExtendedLayoutIncludesOpaqueBars:YES]
manually in code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With