Class
FinanceOverviewViewController.Configuration
public class Configuration
The configuration allows the Finance Overview screen to be customized in more detail, allowing you to customize the experience to your users needs.
Relationships
Member Of
FinanceOverviewViewController
A view controller for displaying an overview of a user's finances.
Nested Types
FinanceOverviewViewController.Configuration.TranscationItemAction
Action to do when tapping a transaction row.
Properties
transactionItemAction
var transactionItemAction: TranscationItemAction = .showDetails
Determines what view to present when tapping on a transaction item row.