pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Rust
Filter by
426 results
insindresorhus (press backspace or delete to remove)Strongly associates the observation with the passed-in object. It then lives for at least as long as the object, and
automatically invalidates either a) once no more references to it exist, or b) when ...
Fixes #52
img src= https://user-images.githubusercontent.com/1256911/54660900-711fc200-4a95-11e9-9942-aa773489655d.gif width= 400
/
Fixes #14 Fixes #15
I tried a few things to reset the color after cancelling the progress. This seems to be the least obtrusive and avoids
adding variables like originalColor etc. I think it fits the ...
@boyvanamstel Thoughts?
I ve moved the utils from CircularProgress into CircularProgress+Util.swift, which should make it a little easier to
drop in updates.
I noticed the progress could be updated from a background thread. Toggling isHidden without switching to the main thread
will throw warnings in the console.
Defaults to desaturating the progress view when it s cancelled.
Still need to implement the desaturated color animating the color change.
Fixes https://github.com/sindresorhus/CircularProgress/issues/6 ...
Added the indeterminate state from Carbonize as mentioned in https://github.com/sindresorhus/CircularProgress/issues/9.
~I need to implement it hiding/showing properly when cancelling the progress, so ...
Swift errors are super annoying as by default they don t capture any context. So I have gone with a generic wrapper
error that stores the original error and a lot of metadata. The error, when presented, ...