Plasma / BufferedNavigationController

UINavigationController that can queue concurrent animation changes without breaking the interface
108 stars 19 forks source link

Does not work on iOS 7 #9

Open Usipov opened 8 years ago

Usipov commented 8 years ago

on iOS7 if you pushViewController animated, and then popToRootViewController not animated, and then again pushViewController animated, you will see

nested pop animation can result in corrupted navigation bar nested push animation can result in corrupted navigation bar

Usipov commented 8 years ago

I also tried to repeat all the same scenario forcing the 'animated' parameter to be 'YES'. the animations did occur correctly, but the navigation bar was corrupted

nested pop animation can result in corrupted navigation bar