This website requires JavaScript.
Explore
Help
Sign In
codinux
/
BankingClient
Watch
1
Star
0
Fork
You've already forked BankingClient
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1440a298ba
BankingClient
/
ui
/
BankingiOSApp
/
BankingiOSApp
/
persistence
History
dankito
e3fd832632
Replaced print() by NSLog()
2022-02-07 00:17:54 +01:00
..
AppData.swift
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
CoreDataBankingPersistence.swift
Replaced print() by NSLog()
2022-02-07 00:17:54 +01:00
EnterTanState.swift
Started EnterTanDialog. Had to wrap rootViewController in a UINavigationController for that to be able to push a EnterTanDialog from every point in the application
2022-02-07 00:17:53 +01:00
Extensions.swift
Implemented AllBanksListItem
2022-02-07 00:17:54 +01:00
Mapper.swift
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