Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPod Issue? #23

Closed
jeeftor opened this issue Mar 4, 2014 · 2 comments
Closed

CocoaPod Issue? #23

jeeftor opened this issue Mar 4, 2014 · 2 comments

Comments

@jeeftor
Copy link

jeeftor commented Mar 4, 2014

When I use cocoa pods:

pod 'DACircularProgress', '2.1.0'

I get a header that seems to be missing a function (specifically the clockwiseProgress call). If i download off GIT doesn't seem to be an issue. Any suggestions?

-- the CocoaPod header is below --

//
// DACircularProgressView.h
// DACircularProgress
//
// Created by Daniel Amitay on 2/6/12.
// Copyright (c) 2012 Daniel Amitay. All rights reserved.
//

import <UIKit/UIKit.h>

@interface DACircularProgressView : UIView

@Property(nonatomic, strong) UIColor *trackTintColor UI_APPEARANCE_SELECTOR;
@Property(nonatomic, strong) UIColor *progressTintColor UI_APPEARANCE_SELECTOR;
@Property(nonatomic) NSInteger roundedCorners UI_APPEARANCE_SELECTOR; // Can not use BOOL with UI_APPEARANCE_SELECTOR :-(
@Property(nonatomic) CGFloat thicknessRatio UI_APPEARANCE_SELECTOR;
@Property(nonatomic) CGFloat progress;

@Property(nonatomic) CGFloat indeterminateDuration UI_APPEARANCE_SELECTOR;
@Property(nonatomic) NSInteger indeterminate UI_APPEARANCE_SELECTOR; // Can not use BOOL with UI_APPEARANCE_SELECTOR :-(

  • (void)setProgress:(CGFloat)progress animated:(BOOL)animated;

@EnD

@danielamitay
Copy link
Owner

Sorry for the delay. I have updated the podspec. Use version 2.2.0

@jeeftor
Copy link
Author

jeeftor commented Mar 14, 2014

Thanks. I'm going to give it a try now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants