Marxon13 / M13ProgressSuite

A suite containing many tools to display progress information on iOS.
3.93k stars 526 forks source link

UINavigationController+M13ProgressViewBar clears navigation controller title #116

Open ndrewh opened 7 years ago

ndrewh commented 7 years ago

For some reason it's calling [self setTitle:nil] on finishProgress and cancelProgress in the completion block of the hide animation...

The navigation controller title appears in UITabBarControllers, etc. when presenting a UINavigationController.

BTW - I really like this progress bar