Skip to content

Commit

Permalink
Merge pull request #19 from MarvinNazari/MarvinNazari-patch-1
Browse files Browse the repository at this point in the history
made hidesWhenStopped and animating public.
  • Loading branch information
ninjaprox committed Nov 25, 2015
2 parents 182ff4a + 6b85606 commit d008493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NVActivityIndicatorView/NVActivityIndicatorView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ public class NVActivityIndicatorView: UIView {
public var color: UIColor
public var size: CGSize

var animating: Bool = false
var hidesWhenStopped: Bool = true
public var animating: Bool = false
public var hidesWhenStopped: Bool = true

/**
Create a activity indicator view with default type, color and size
Expand Down

0 comments on commit d008493

Please sign in to comment.