fix: pr issue
This commit is contained in:
parent
a9c7bd6abd
commit
effad1e51c
|
|
@ -103,7 +103,6 @@ open class HeaderTransitionDelegate: NSObject, UIScrollViewDelegate {
|
|||
}
|
||||
|
||||
private func animate(headerAnimation: HeaderAnimationType, alpha: CGFloat) {
|
||||
debugPrint("titleView = ", headerViewHandler?.navBar)
|
||||
switch headerAnimation {
|
||||
case .paralaxWithTransition:
|
||||
titleView?.transition(to: alpha)
|
||||
|
|
|
|||
Loading…
Reference in New Issue