Zen
Results
2
issues of
Zen
- (void)backItemAction { if ([self.navigationController isShowingProgressBar]) { [self.navigationController cancelProgress]; [self.navigationController setProgress:0 animated:NO]; } [self.navigationController popViewControllerAnimated:YES]; } I use navigation progress in a webView, it works. but sometimes, when I pop...
Bug
Unconfirmed
M13ProgressSuite 1