Protocol
IconProviding
public protocol IconProviding
A type that can provide icons for Tink views.
Relationships
Types Conforming to IconProviding
IconProvider
A type that can provide custom icons for Tink views.
Requirements
account
var account: UIImage
Icon representing accounts.
add
var add: UIImage
Icon representing add button.
budget
var budget: UIImage
Icon representing adding a budget.
alert
var alert: UIImage
Icon representing alerts.
benefits
var benefits: UIImage
Icon representing benefits.
doubleTransaction
var doubleTransaction: UIImage
Icon representing double transactions.
exclude
var exclude: UIImage
Icon representing excluded transactions.
expensesIcon
var expensesIcon: UIImage
Icon representing expenses.
financial
var financial: UIImage
Icon representing financial.
food
var food: UIImage
Icon representing food and drinks transactions.
wellness
var wellness: UIImage
Icon representing health and beauty transactions.
home
var home: UIImage
Icon representing household transactions.
house
var house: UIImage
Icon representing house and gardening transactions.
incomeIcon
var incomeIcon: UIImage
Icon representing incomes.
entertainment
var entertainment: UIImage
Icon representing free time and leisure transactions.
pension
var pension: UIImage
Icon representing pension.
other
var other: UIImage
Icon representing other transactions.
refund
var refund: UIImage
Icon representing reimbursed transactions.
salary
var salary: UIImage
Icon representing salary.
savings
var savings: UIImage
Icon representing savings.
search
var search: UIImage
Icon representing searches.
shopping
var shopping: UIImage
Icon representing shopping transactions.
tag
var tag: UIImage
Icon representing tags.
transfer
var transfer: UIImage
Icon representing transfers.
transport
var transport: UIImage
Icon representing transportation transactions.
uncategorizedIcon
var uncategorizedIcon: UIImage
Icon representing uncategorized transactions.
categoryIconBackgroundCornerRadiusFactor
var categoryIconBackgroundCornerRadiusFactor: CGFloat?
Factor representing the corner radius of all icon backgrounds. Defaults to a circular shape.
checkBoxIconBackgroundCornerRadiusFactor
var checkBoxIconBackgroundCornerRadiusFactor: CGFloat?
Factor representing the corner radius of all check box backgrounds. Defaults to a circular shape.
notification
var notification: UIImage
Icon representing a notification.