|
@@ -97,7 +97,8 @@ class NCDetailViewController: UIViewController {
|
|
|
coordinator.animate(alongsideTransition: nil) { _ in
|
|
|
|
|
|
if let progressView = self.progressView, let navigationBar = self.navigationController?.navigationBar {
|
|
|
- progressView.frame = CGRect(x: 0, y: navigationBar.frame.height-self.progressHeight, width: navigationBar.frame.width, height: self.progressHeight)
|
|
|
+ progressView.frame = CGRect(x: 0, y: navigationBar.frame.height-self.progressHeight, width: navigationBar.frame.width, height: self.progressHeight)
|
|
|
+ progressView.transform = CGAffineTransform(scaleX: 1, y: progressHeight)
|
|
|
}
|
|
|
}
|
|
|
}
|