Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d78d3 commit 05201cdCopy full SHA for 05201cd
Sources/Extensions/ParallaxableView+Extensions.swift
@@ -27,7 +27,7 @@ open class ParallaxViewActions<T: UIView> where T:ParallaxableView {
27
/// Default implementation of the press ended animation for the ParallaxableView
28
open var animatePressOut: ((T, _ presses: Set<UIPress>, _ event: UIPressesEvent?) -> Void)?
29
30
- init() {
+ public init() {
31
becomeFocused = { [weak self] (view: T, context, coordinator) in
32
self?.beforeBecomeFocusedAnimation?(view)
33
0 commit comments