TransactionsViewController
class TransactionsViewController : UIViewController, ViewControllerPresenter
extension TransactionsViewController: UITableViewDataSource, UITableViewDelegate
extension TransactionsViewController: NSFetchedResultsControllerDelegate
List of transactions screen.
-
Creates a
TransactionsViewControllerinstance.Declaration
Swift
init(viewModel: TransactionsViewModel)Parameters
viewModelUnderlying view model of type
TransactionsViewModel.
View on GitHub
Install in Dash
TransactionsViewController Class Reference