Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05201cd

Browse files
author
Łukasz Śliwiński
committed
Added public access level to the initialisation method of the ParallaxViewActions class.
1 parent f2d78d3 commit 05201cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Extensions/ParallaxableView+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ open class ParallaxViewActions<T: UIView> where T:ParallaxableView {
2727
/// Default implementation of the press ended animation for the ParallaxableView
2828
open var animatePressOut: ((T, _ presses: Set<UIPress>, _ event: UIPressesEvent?) -> Void)?
2929

30-
init() {
30+
public init() {
3131
becomeFocused = { [weak self] (view: T, context, coordinator) in
3232
self?.beforeBecomeFocusedAnimation?(view)
3333

0 commit comments

Comments
 (0)