Pastel
Pastel copied to clipboard
🎨 Gradient animation effect like Instagram
This adds a `Package.swift` so that the library can be installed using Swift Package Manager.
@cruisediary , I have modified lib with SPM support following way: - File reorganisation (Sources, Tests folders) - Package.swift file - PodSpec file update
(Sorry if I'm doing this incorrectly, somewhat new to issues) In my app I've set a PastelView as a background view of a UITableView in a UITableViewController. The PastelView will...
For those who are still having these issues, and looking for an approach to it, I highly recommend using Hero for the transition between view controllers instead of the default...
My controller includes a ImagePickerController, as soon as that displays, the background stops animating. Any ideas why? and how can i make it move again when the imagePicker dismisses
### Environment `Xcode 10` + `Swift 4.2` ### Carthage command: ``` carthage update Pastel --platform ios --no-use-binaries ``` ### Build output Build Failed Task failed with exit code 65: /usr/bin/xcrun...
Can't seem to find where it prints the above message.
I have a button in my app which has a "random gradient" functionality. How can I remove any existing gradient on the screen and replace it with a new one?...
When running a gradient animation on one ViewController, is it possible to continue the same animation from its current state on a different ViewController upon transitioning?