Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Conversation

@danielebogo
Copy link
Contributor

Fixes #140

This PR reload the activity indicator color when the button isEnabled property is true/false

To Test

Copy link
Contributor

@frosty frosty left a comment

Choose a reason for hiding this comment

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

Just one question, otherwise looks good!

configureAppearance()
activityIndicator.style = .gray
guard #available(iOS 13, *) else {
activityIndicator.style = .gray
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this? Should we just initialise the indicator with a .gray appearance instead of white?

@danielebogo danielebogo force-pushed the fix/140-nux-button-indicator-color branch from c48df24 to 0337c04 Compare October 3, 2019 09:38
@danielebogo danielebogo merged commit b348e60 into develop Oct 3, 2019
@danielebogo danielebogo deleted the fix/140-nux-button-indicator-color branch October 3, 2019 10:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dark Mode] NUX Button loading

3 participants