BankingClient/ui/BankingiOSApp
dankito 62c3677769 Fixed that 'Add account' NavigationLink was displayed with white background and that it could not be distinguished from a list item (by giving it a greater height). Also implemented that AddAccountDialog gets created lazily 2022-02-07 00:17:54 +01:00
..
BankingiOSApp Fixed that 'Add account' NavigationLink was displayed with white background and that it could not be distinguished from a list item (by giving it a greater height). Also implemented that AddAccountDialog gets created lazily 2022-02-07 00:17:54 +01:00
BankingiOSApp.xcodeproj Disabling Tab bar if no account has been added yet (due to a bug in SwiftUI, that UITabBar.appearance().isUserInteractionEnabled = false does not work reliably, i have to hide to complete TabView and show only AccountsTab instead) 2022-02-07 00:17:54 +01:00
BankingiOSAppTests Implemented SwiftBankIconFinder 2022-02-07 00:17:54 +01:00
BankingiOSAppUITests Added empty BankingiOSApp Xcode project 2022-02-07 00:17:53 +01:00