fints4k/ui/BankingiOSApp/BankingiOSApp
dankito a7fedc4f05 Added convenience method to set navigation bar title 2022-02-07 00:17:53 +01:00
..
Assets.xcassets Added empty BankingiOSApp Xcode project 2022-02-07 00:17:53 +01:00
BankingiOSApp.xcdatamodeld Prefixed Core Data entities with 'Persisted' to avoid name conflicts with UI data model. Caching mapped objects so that Core Data doesn't persist the same data multiple times. 2022-02-07 00:17:53 +01:00
Base.lproj Implemented TransferMoneyDialog 2022-02-07 00:17:53 +01:00
Preview Content Implemented exporting dependent libraries so that classes get exported without prefixes like 'BUC' and that imported classes and interface like IBankFinder are for Swift the same in BankFinder and BankingUiCommon 2022-02-07 00:17:53 +01:00
de.lproj Implemented TransferMoneyDialog 2022-02-07 00:17:53 +01:00
fints4k Implemented exporting dependent libraries so that classes get exported without prefixes like 'BUC' and that imported classes and interface like IBankFinder are for Swift the same in BankFinder and BankingUiCommon 2022-02-07 00:17:53 +01:00
persistence Fixed navigation problems to large parts by removing VStack directly after Section and by implementing Identifyable in model classes, with which ForEach can better cope with as with indicies 2022-02-07 00:17:53 +01:00
ui Added convenience method to set navigation bar title 2022-02-07 00:17:53 +01:00
AppDelegate.swift Implemented saving bank data with CoreData 2022-02-07 00:17:53 +01:00
ContentView.swift Fixed navigation problems to large parts by removing VStack directly after Section and by implementing Identifyable in model classes, with which ForEach can better cope with as with indicies 2022-02-07 00:17:53 +01:00
Info.plist Started AddAccountDialog 2022-02-07 00:17:53 +01:00
SceneDelegate.swift Implemented adding account (but not showing result yet, just logging it) 2022-02-07 00:17:53 +01:00