-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
render SwiftUI using custom WaveformShape
The interface could arguably be a little simpler: - `Style` should be reduced to `.solid` and `.striped` - the actual styling could then be simplified to solely rely on SwiftUI Shape modifiers However, while we still allow the creation of `UIImage` / `NSImage` as well as support `UIKit`, we can't really simplify this without too much effort in the legacy (`UIKit` code), which feels like a waste of time. Instead, probably UIKit support should be dropped at some point in the future and the interface be overhauled for modern iOS. Once released, this would allow #78 to be done more natively.
- Loading branch information
1 parent
e670b8d
commit e35e2a6
Showing
7 changed files
with
314 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.