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

Progress View #6

Merged

Conversation

sboddeus
Copy link
Contributor

It would be interesting to investigate providing a single interface for providing progress. UIProgressView has two, observedProgress: Progress? and progress: Float.

For now I have provided the straight forward bindings for both interfaces. But if someone likes the idea of providing one interface, probably a nicer wrapper of Progress for the observedProgress property on UIProgressView, I would be happy to investigate doing so.

@mattgallagher mattgallagher merged commit 0984997 into mattgallagher:master May 16, 2019
@mattgallagher
Copy link
Owner

Good work, as usual 👍

I refactored the timing to use Signal.interval since I would rather use a reactive approach. However, this does raise the point that I should probably provide a Signal.caDisplayLink or similar function.

@sboddeus
Copy link
Contributor Author

Nice!
Great to learn about both Signal.interval and .lifetimes

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.

2 participants