Skip to content

Commit

Permalink
Move remove/customise list separators to resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
sebj authored Jul 12, 2021
1 parent 1925bca commit 15d1c59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ With Apple's documentation for SwiftUI being limited, I wanted to create a centr
- No SwiftUI equivalent to UICollectionView
- Scrollview with HStack and items have poor performance for large data sets (all child views are loaded on init).
- πŸ“ FB7216618
- Unable to remove or customise list separators
- πŸ“ FB7108559
- Unable to change navigation appearance for a single view
- πŸ“ FB7310681
- Unable to easily support deep linking for universal links or notifications
Expand All @@ -59,4 +57,10 @@ With Apple's documentation for SwiftUI being limited, I wanted to create a centr
- πŸ“ FB7673707
- πŸ”¨ **[Example](https://gist.github.com/nrivard/3c82083bbf60b3d01271896a668fb3a2)**

## Resolved

- Unable to remove or customise list separators
- πŸ“ FB7108559
- βœ… iOS 15: hide list separators for certain edges with [`.listRowSeparator`](https://developer.apple.com/documentation/swiftui/menu/listrowseparator(_:edges:)), and change tint color with [`.listRowSeparatorTint`](https://developer.apple.com/documentation/swiftui/view/listrowseparatortint(_:edges:))

Please feel free to PR and submit examples, workarounds and/or fixes so I can keep this up to date.

0 comments on commit 15d1c59

Please sign in to comment.