Skip to content

Commit

Permalink
Support ProgressView, .progressViewStyle, .hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
aabewhite committed Oct 2, 2023
1 parent 18da590 commit 52d7cf9
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 511 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Perhaps the most common way to test SkipUI's support for a SwiftUI component, ho
|`List`|Medium|See [Lists](#lists)|
|`NavigationLink`|Medium|See [Navigation](#navigation)|
|`NavigationStack`|Medium|See [Navigation](#navigation)|
|`ProgressView`|Medium|Labels not supported|
|`ScrollView`|Full||
|`Slider`|Medium|Labels, `onEditingChanged` not supported|
|`Spacer`|Medium|`minLength` not supported|
Expand All @@ -432,13 +433,15 @@ Perhaps the most common way to test SkipUI's support for a SwiftUI component, ho
|`.foregroundColor`|Full||
|`.foregroundStyle`|Medium|Only color supported|
|`.frame`|Low|Only fixed dimensions supported|
|`.hidden`|Full||
|`.italic`|Full||
|`.labelsHidden`|Full||
|`.listStyle`|Full||
|`.navigationDestination`|Medium|See [Navigation](#navigation)|
|`.navigationTitle`|Full||
|`.opacity`|Full||
|`.padding`|Full||
|`.progressViewStyle`|High|Custom styles not supported|
|`.rotationEffect`|Medium||
|`.scaleEffect`|Medium||
|`.tabItem`|Full||
Expand Down
Loading

0 comments on commit 52d7cf9

Please sign in to comment.