Skip to content

Commit

Permalink
Changed ACL for animationView to public in AnimatedControl
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tallence committed May 14, 2020
1 parent 4e58774 commit 5ea1441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lottie-swift/src/Public/iOS/AnimatedControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ open class AnimatedControl: UIControl {

// MARK: Public

/// The animation view in which the animation is rendered.
public let animationView: AnimationView

/// The animation backing the animated control.
public var animation: Animation? {
didSet {
Expand Down Expand Up @@ -128,7 +131,6 @@ open class AnimatedControl: UIControl {

// MARK: Private

let animationView: AnimationView
var stateMap: [UInt : String] = [:]

fileprivate func commonInit() {
Expand Down

0 comments on commit 5ea1441

Please sign in to comment.