|
@@ -58,7 +58,7 @@ open class PQBaseViewController: UIViewController, UIGestureRecognizerDelegate {
|
|
lineView = UIView(frame: CGRect(x: 0, y: (navHeadImageView?.frame.maxY ?? cDevice_iPhoneNavBarAndStatusBarHei) - 0.5, width: cScreenWidth, height: 0.5))
|
|
lineView = UIView(frame: CGRect(x: 0, y: (navHeadImageView?.frame.maxY ?? cDevice_iPhoneNavBarAndStatusBarHei) - 0.5, width: cScreenWidth, height: 0.5))
|
|
lineView?.backgroundColor = PQBFConfig.shared.styleBackGroundColor
|
|
lineView?.backgroundColor = PQBFConfig.shared.styleBackGroundColor
|
|
view.addSubview(lineView!)
|
|
view.addSubview(lineView!)
|
|
- UINavigationBar.appearance().setBackgroundImage(UIImage(), for: .default)
|
|
|
|
|
|
+// UINavigationBar.appearance().setBackgroundImage(UIImage(), for: .default)
|
|
automaticallyAdjustsScrollViewInsets = false
|
|
automaticallyAdjustsScrollViewInsets = false
|
|
navigationController?.interactivePopGestureRecognizer?.delegate = self
|
|
navigationController?.interactivePopGestureRecognizer?.delegate = self
|
|
fd_prefersNavigationBarHidden = true
|
|
fd_prefersNavigationBarHidden = true
|