Enumeration
FinanceOverviewViewController.Feature
public enum Feature
A type that determines which sections should be shown in a OverviewViewController
.
Relationships
Member Of
FinanceOverviewViewController
A view controller for displaying an overview of a user's finances.
Nested Types
FinanceOverviewViewController.Feature.StatisticsData
A type that determines which statistics data to display.
Enumeration Cases
statistics
case statistics(: [StatisticsData])
One or more representations of statistics data.
latestTransactions
case latestTransactions
A short list of the user's latest transactions.
accounts
case accounts
All the user's accounts.
actionableInsights
case actionableInsights(delegate: ActionableInsightsViewControllerDelegate)
Actionable insights summary.
budgets
case budgets
All the user's budgets.
custom
case custom(: UIView)