|
if let progressView = self.progressView, let navigationBar = self.navigationController?.navigationBar {
|
|
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)
|