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

Improve injectability of the library and ability to swap UIActivityIndicator in and out #15

Merged

Conversation

Panajev
Copy link

@Panajev Panajev commented Mar 5, 2017

  • Improved compatibility with UIActivityIndicator by providing a protocol compatible with both.
    • Using a common protocol allows the user to make his implementation decoupled from this spinner or UIKit's default one.
  • Improved compatibility with MBProgressHUD by implementing intrinsicContentSize and content size invalidation.

@Panajev Panajev force-pushed the features/ActiivtyIndicatorCompatibility branch 3 times, most recently from ced31ed to 4b5070b Compare March 5, 2017 12:23
@Panajev
Copy link
Author

Panajev commented Mar 5, 2017

@misterwell this also fixed the Travis integration issue due to some outdated commands in the Example podfile and the requirement for iOS8+ which was not explicit everywhere.

* Improved compatibility with UIActivityIndicator by providing a protocol compatible with both.
   * Using a common protocol allows the user to make his implementation decoupled from this spinner or UIKit's default one.
 * Improved compatibility with MBProgressHUD by implementing intrinsicContentSize and content size invalidation.

Signed-off-by: Goffredo Marocchi <[email protected]>
@Panajev Panajev force-pushed the features/ActiivtyIndicatorCompatibility branch from 4b5070b to 7c54fb5 Compare March 5, 2017 15:02
@Panajev Panajev changed the title Improve compatibility. Improve injectability of the library and ability to swap UIActivityIndicator in and out Mar 6, 2017
@Panajev
Copy link
Author

Panajev commented Mar 15, 2017

Hello @misterwell, is there anything more that needs to be done before submitting the PR? I am sorry, but I am not aware of extra requirements or a Slack channel to discuss this first or something...

@misterwell misterwell merged commit 7c54fb5 into misterwell:master Jul 15, 2017
@misterwell
Copy link
Owner

This also fixes #16

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