-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
struct ViewModel {
var openTitle: TextValue { TextValue(text: Localized.Charts.Price.open, style: Self.titleStyle, lineLimit: 1) }
var openValue: TextValue { TextValue(text: formatter.string(double: candle.open), style: Self.subtitleStyle, lineLimit: 1) }
}
struct Viewmodel {
var openField: Field {
title: TextValue(text: Localized.Charts.Price.open, style: Self.titleStyle, lineLimit: 1),
value: TextValue(text: formatter.string(double: candle.open), style: Self.subtitleStyle
}
}
ListItemView(field: model.openField)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📋 Backlog