Skip to content

Commit c13c0e4

Browse files
authored
Update README with information about NavigationView
1 parent cedd445 commit c13c0e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ File > Swift Packages > Add Package Dependancy
1919

2020
# Usage
2121

22+
> **Notes on NavigationView:** The `.overlay` modifier only applies to the view it is applied to. Therefore, the `.overlay` modifier *must* be applied to the NavigationView to appear above all elements! If it is applied to a child view, it will appear beneath the title/navigation buttons.
23+
2224
### Local Image:
2325

2426
The `image` parameter accepts `Binding<Image>` in all versions. As of 1.0.20, it also accepts `Binding<Image?>`

0 commit comments

Comments
 (0)