Skip to content

Commit fc6a8a3

Browse files
committed
Update readme
1 parent 763ccf8 commit fc6a8a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ struct ContentView: View {
9090

9191
var body: some View {
9292
ZStack {
93+
// This is just a dummy view to present the contact picker,
94+
// it won't display anything, so place this anywhere.
95+
// Here I have created a ZStack and placed it beneath the main view.
9396
ContactPicker(
9497
showPicker: $showPicker,
9598
onSelectContact: {c in

0 commit comments

Comments
 (0)