Skip to content

Commit fa0688f

Browse files
committed
update screenshots
1 parent 27cc436 commit fa0688f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WRNavigationBar_swift/WRNavigationBar_swift/WRNavigationBar/WRNavigationBar.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ extension UINavigationController
114114
{
115115
navigationBar.wr_setBackgroundColor(color: barTintColor)
116116
}
117-
117+
118118
fileprivate func setNeedsNavigationBarUpdate(barBackgroundAlpha: CGFloat)
119119
{
120120
navigationBar.wr_setBackgroundAlpha(alpha: barBackgroundAlpha)
121121
}
122-
122+
123123
fileprivate func setNeedsNavigationBarUpdate(tintColor: UIColor) {
124124
navigationBar.tintColor = tintColor
125125
}
126-
126+
127127
fileprivate func setNeedsNavigationBarUpdate(titleColor: UIColor) {
128128
navigationBar.titleTextAttributes = [NSForegroundColorAttributeName:titleColor]
129129
}
@@ -348,7 +348,7 @@ extension UINavigationController: UINavigationBarDelegate
348348
}
349349
}
350350

351-
// swizzling system method: updateInteractiveTransition
351+
// swizzling system method: _updateInteractiveTransition
352352
func wr_updateInteractiveTransition(_ percentComplete: CGFloat)
353353
{
354354
guard let topViewController = topViewController,
@@ -433,7 +433,7 @@ extension UIViewController
433433
}
434434
}
435435
}
436-
436+
437437
// navigationBar _UIBarBackground alpha
438438
var navBarBackgroundAlpha:CGFloat {
439439
get {

screenshots/处理右滑中断后.gif

272 KB
Loading

screenshots/未处理右滑中断.gif

268 KB
Loading

0 commit comments

Comments
 (0)