Stefan Blos
Stefan Blos
Same as in #10. Due to the technology used this should be very possible to achieve.
Currently, the library is only running on iOS and iPadOS. Making it available for macOS as well would allow for more use-cases on the new platform. Due to the fact...
Right now, we are only allowing pre-set values for configurations. An example is the `Lifetime` enum which only has options for the values `.low`, `medium`, and `.high`. The advantage that...
The `EmitterPosition` option for `CAEmitterLayer`-based effects is pretty limited right now. It only has 3 options: 1. `.top` 2. `.center` 3. `.bottom` From an implementation standpoint, it is rather straightforward...
While the library is written in `SwiftUI` it is rather trivial to incorporate it inside of a `UIKit` app. Having an article in the documentation that gives an example on...
Having the option to manually start and end the effects allows for more use-cases. Right now, this is only possible by manipulating the `alpha` of the effects which is not...
Need to play around and see how to do this best. Show errors when someone tries to do this.
Max. width of ~80 should work.
Color: use Stream Blue: #005fff Necessary to use `buttonStyle` of `plain` or `borderless`. Edit button: use a hover state to show a circular background with the color #005fff.
A width of ~180 should work fine.