A simple iOS application for displaying transparent bank accounts using the ČSAS API.
- Swift
- SwiftUI
- Combine
- URLSession
- MVVM
- Bank accounts showing all my accounts in the list
- Bank account detail showing all informations about account: info, balances, transactions
-
Clone the repository:
git clone https://github.com/hajducak/SpendTracker.git
-
Use only the main branch.
-
Open the project in Xcode.
-
Open
/Certificatesfolder and your P12 certificate here for API communication -
Open
CertificateManagement.swiftchange static propertiesfileName&passwordacording new P12 certificate you put in previous step -
Run the application in the simulator.
@hajducak