Content Views
-
The
TimelineViewis a table view that represents a list of transactions sorted by date.The view listens to the scroll view events to accomplish beautiful animations for the user. If there’s a “pull down” gesture then the numeric keyboard is shown.
See moreDeclaration
Swift
final class TimelineView : UIViewextension TimelineView: UITableViewDataSourceextension TimelineView: UITableViewDelegateextension TimelineView: NSFetchedResultsControllerDelegate -
Walkthrough content view implemented in SwiftUI. Shows a “pull-down” animation to explain the user that new transactions are added by swiping down the timeline.
See moreDeclaration
Swift
struct WalkthroughContentView : View -
Transaction content view using SwiftUI.
See moreDeclaration
Swift
struct TransactionContentView : View -
Date filter content view using SwiftUI.
See moreNote
define a date interval to filter transactions between two dates.Declaration
Swift
struct DateFilterContentView : View -
Date content view using SwiftUI.
See moreNote
create or update a specific date to add into a transaction.Declaration
Swift
struct DateContentView : View -
Declaration
Swift
struct NoteContentView : View -
Declaration
Swift
struct TagContentView : View -
Article content view using SwiftUI.
See moreNote
create an article (name, value and quantity) to add into a transaction.Declaration
Swift
struct ArticleContentView : View -
Declaration
Swift
struct ExportDataContentView : View
View on GitHub
Install in Dash
Content Views Reference