Introduced WordListView
This commit is contained in:
		| @@ -22,6 +22,12 @@ struct MainView: View { | ||||
|                             Image(systemName: "star") | ||||
|                             Text("Anki") | ||||
|                         } | ||||
|                     WordListView() | ||||
|                         .tag("Word List") | ||||
|                         .tabItem { | ||||
|                             Image(systemName: "list.bullet") | ||||
|                             Text("Word List") | ||||
|                         } | ||||
|                     SettingsView() | ||||
|                         .tag("Settings") | ||||
|                         .tabItem { | ||||
|   | ||||
							
								
								
									
										18
									
								
								WordAX/WordListView.swift
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								WordAX/WordListView.swift
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| // | ||||
| //  AllWordsView.swift | ||||
| //  WordAX | ||||
| // | ||||
| //  Created by Oliver Hnát on 25.02.2024. | ||||
| // | ||||
|  | ||||
| import SwiftUI | ||||
|  | ||||
| struct WordListView: View { | ||||
|     var body: some View { | ||||
|         Text("This is going to be a list of words") | ||||
|     } | ||||
| } | ||||
|  | ||||
| #Preview { | ||||
|     WordListView() | ||||
| } | ||||
		Reference in New Issue
	
	Block a user