E
Size: a a a
E
E
T
T
PS
G
M
RR
RR
S
𝕬
IG
𝕬
NavigationView {
VStack(alignment: .leading) {
// content
}
.navigationTitle("Dictionary")
.toolbar {
ToolbarItem(placement: .primaryAction) {
Button(action: { }) {
Image(systemName: "gear")
}
}
ToolbarItemGroup(placement: .bottomBar) {
Button(action: {}) {
Text("Add Word")
}
Button(action: {}) {
Text("Add Expression")
}
}
}
}
𝕬
К
К
A