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

Implement rex_animating for UIActivityIndicatorView #134

Merged
merged 1 commit into from
Jul 6, 2016
Merged

Implement rex_animating for UIActivityIndicatorView #134

merged 1 commit into from
Jul 6, 2016

Conversation

e-kazakov
Copy link
Contributor

Added bindable property rex_animating to UIActivityIndicatorView. It uses helper property animating.

@RuiAAPeres RuiAAPeres merged commit c254b95 into RACCommunity:master Jul 6, 2016
///
/// Setting the value of this property to `true` starts animation of the progress indicator,
/// and setting it to `false` stops animation.
public var animating: Bool {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late, but this seems confusing to me. I think the logic should be implemented in rex_animating directly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#139.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for feedback. I just prefer having both bindable and normal properties, but was not sure if Rex needs normal one.

@e-kazakov e-kazakov deleted the feature/UIActivityIndicatorView branch July 6, 2016 12:18
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

Successfully merging this pull request may close these issues.

3 participants