Skip to content

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

Filter by

419 results  (219 ms)

419 results

insindresorhus (press backspace or delete to remove)

Related to #76 The workaround detects when the size is CGSize.zero, generates an image from the start of the video and uses the size of that instead.

With Gifski 1.5.1 we are officially crash-free 🎉 I am, however, seeing many users trying to use unsupported video codecs. I m curious what they re trying to use and why it s not working. This PR will let ...

Fixes https://github.com/sindresorhus/CircularProgress/issues/17 Proposal for adding TrackingArea that works with CGPath. Ive used this solution in various projects and I feel its almost optimal. Gets ...

Fixes #5 2019-03-31 17 18 23 Not sure how fancy you wanted the animation to be, but this seems to fit with the current aesthetic.

And only ask once! I think this is a good balance of not being intrusive.

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.