Pim

Results 23 issues of Pim

### Problem Any animation containing multiple other animations aren’t passing the cancelling on to their sub-animations, only flat sequences are cancelled. ### Proposed solution Add `func cancel()` to `Animatable` (or...

Notes to follow, but this PR fixes #17 and totally changes how animations are performed. Sub-animations (like those containing within a `Group` or a `Sequence`) are now cancelled as well.

As AnimationPlanners knows exactly how long animations take, a `CADisplayLink` can be created for its duration set with the max framerate. Animations can also have a property to manually enable...

- [ ] Testing a workflow - [ ] Figure out GitHub Pages source - [ ] If feasible, only generate documentation on specific branch with force push

Made the scheme shared so Carthage can compile the framework

https://github.com/jankeesvw/uberlayer/blob/d472181067802b3b0cbea9868990d8128ede6b7d/Uberlayer/Classes/ULAppDelegate.m#L426

Allows you to still make use of all `UINavigationControllerDelegate` methods

Add a `WeTransfer.cancel(_ transfer: Transfer)` method to cancel the any operations regarding the provided transfer object

enhancement

Fixes #8. Add support for URL items in boards - [x] Item protocol for files and URL items - [x] URL item structs - [x] Support items, files and URL...