SwiftUIcon icon indicating copy to clipboard operation
SwiftUIcon copied to clipboard

Draw and generate your app icon using SwiftUI

Results 2 SwiftUIcon issues
Sort by recently updated
recently updated
newest added

This pull request adds a convenience canvas environment value. It can be used to avoid having to pass canvas to subviews through parameters. Instead it will now be possible to...

By doing this, Xcode won't complain about not being able to import SwiftUI in release builds. Since this framework will be run from a SwiftUI-compatible target anyways, this should not...