Added Input Validation.

This commit is contained in:
David Huh
2020-12-23 16:41:04 +01:00
parent cacf1daf8e
commit 5b075dd90d
4 changed files with 54 additions and 16 deletions
-7
View File
@@ -16,13 +16,6 @@ struct HomeView: View {
var body: some View {
VStack {
Button(action: {
self.settings.isFirstOpening = !self.settings.isFirstOpening
}){
Text("First opening toggle")
}
Text("Test")
HStack {
Text("name".localized(tableName: "General", plural: false) + ": ")
Text(self.name)