gpt4 book ai didi

ios - ios 图表中 x 轴上的日期和时间 作者:Daniel Gindi

转载 作者:行者123 更新时间:2023-11-29 00:05:10 25 4
gpt4 key购买 nike

如何在 Daniel Gindi 的 iOS 图表中的 x 轴上添加时间和日期?

预先感谢您的回答!

extension ChartXAxisFormatter: IAxisValueFormatter {

func stringForValue(_ value: Double, axis: AxisBase?) -> String {
if let dateFormatter = dateFormatter {

let date = Date(timeIntervalSince1970: value)
return dateFormatter.string(from: date)
}
return ""
}}

最佳答案

使用格式字符串配置您的 dateFormatter,并为其添加时间。从内存中,是这样的:

dateFormatter.setDateFormat = "yyyy-MM-dd'T'HH:mm"

希望对您有所帮助!

关于ios - ios 图表中 x 轴上的日期和时间 作者:Daniel Gindi,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48253885/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com