Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift

Filter by

419 results  (220 ms)

419 results

insindresorhus (press backspace or delete to remove)

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, ...

Resolves https://github.com/sindresorhus/CircularProgress/pull/4#issuecomment-458431791 We could probably use the tracking area in the CircularProgress view as well, but that would require customizing ...

The separate cancel and hover code has been removed and I ve copied in the new circular progress view. There is quite some overlap in the util.swift in this project and the one in the circular progress ...

I ll hold off on merging this until Swift 5 is out as I ll need to do a major release then anyway. - [ ] Then rename .progressValue to .progress

I ve made the draggable proxy icon and also added file name and size info. Here s how it works: https://media.giphy.com/media/3NilJTXJhoFq9RKHXw/giphy.gif Fixes #48