Just a couple of Combine Publishers to go.

This commit is contained in:
John Holdsworth
2019-07-09 14:43:52 +01:00
parent b8281e5e21
commit f5f4d0b3d5
12 changed files with 33 additions and 24 deletions

View File

@@ -42,7 +42,7 @@ struct AddCurrencyView : View {
}
}
}
}.navigationBarItem(title: Text("Add Currency"))
}.navigationBarTitle(Text("Add Currency"))
}
private func select(_ currency: Currency) {