File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
WRNavigationBar_swift/WRNavigationBar_swift/WRNavigationBar Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,16 +114,16 @@ extension UINavigationController
114
114
{
115
115
navigationBar. wr_setBackgroundColor ( color: barTintColor)
116
116
}
117
-
117
+
118
118
fileprivate func setNeedsNavigationBarUpdate( barBackgroundAlpha: CGFloat )
119
119
{
120
120
navigationBar. wr_setBackgroundAlpha ( alpha: barBackgroundAlpha)
121
121
}
122
-
122
+
123
123
fileprivate func setNeedsNavigationBarUpdate( tintColor: UIColor ) {
124
124
navigationBar. tintColor = tintColor
125
125
}
126
-
126
+
127
127
fileprivate func setNeedsNavigationBarUpdate( titleColor: UIColor ) {
128
128
navigationBar. titleTextAttributes = [ NSForegroundColorAttributeName: titleColor]
129
129
}
@@ -348,7 +348,7 @@ extension UINavigationController: UINavigationBarDelegate
348
348
}
349
349
}
350
350
351
- // swizzling system method: updateInteractiveTransition
351
+ // swizzling system method: _updateInteractiveTransition
352
352
func wr_updateInteractiveTransition( _ percentComplete: CGFloat )
353
353
{
354
354
guard let topViewController = topViewController,
@@ -433,7 +433,7 @@ extension UIViewController
433
433
}
434
434
}
435
435
}
436
-
436
+
437
437
// navigationBar _UIBarBackground alpha
438
438
var navBarBackgroundAlpha : CGFloat {
439
439
get {
You can’t perform that action at this time.
0 commit comments