Skip to content

Commit

Permalink
Merge pull request #24 from matteogobbi/master
Browse files Browse the repository at this point in the history
added isSpinning readonly in the public interface, podspec updated
  • Loading branch information
franzhcs committed Jan 26, 2016
2 parents 647973f + 1cc8ed1 commit 80672b8
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -56,6 +56,8 @@ typedef NS_ENUM (NSInteger, FFCircularState){
*/
@property (nonatomic, readonly) BOOL isSpinning;

@property (nonatomic, assign)enum FFCircularState circularState;


- (UIBezierPath *)downArrowPath;

Expand All @@ -72,8 +74,4 @@ typedef NS_ENUM (NSInteger, FFCircularState){
**/
- (void) stopSpinProgressBackgroundLayer;

@property (nonatomic, readonly, assign) BOOL isSpinning;

@property (nonatomic, assign)enum FFCircularState circularState;

@end

0 comments on commit 80672b8

Please sign in to comment.