mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-25 01:58:55 +02:00
Updated for Xcode 11 Beta3
This commit is contained in:
@@ -14,7 +14,7 @@ struct NoteList : View {
|
||||
var body: some View {
|
||||
NavigationView {
|
||||
List(userData.notes) { note in
|
||||
NavigationButton(destination: NoteDetail(note: note)) {
|
||||
NavigationLink(destination: NoteDetail(note: note)) {
|
||||
NoteRow(note: note)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user