gpt4 book ai didi

ios - 如何在swift 4中使用 "WWCalendarTimeSelector"第三方

转载 作者:行者123 更新时间:2023-11-28 23:38:12 24 4
gpt4 key购买 nike

enter image description here我正在尝试在我的项目中集成“WWCalendarTimeSelector”第三方日历。我使用终端添加了这个 pod 文件。当我导入它时,我收到类似

的错误
Could not build Objective-C module 'WWCalendarTimeSelector'

谁能帮我做这个,也让我知道如何在 swift4 中使用这个库。谢谢。

import UIKit
import WWCalendarTimeSelector

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
let selector = WWCalendarTimeSelector.instantiate()
selector.delegate = self
/*
Any other options are to be set before presenting selector!
*/
presentViewController(selector, animated: true, completion: nil)
}
}

最佳答案

请在 WWCalendarTimeSelector.swift 文件中进行具体更改。

NSFontAttributeName 替换为 NSAttributedStringKey.font

NSForegroundColorAttributeName 替换为 NSAttributedStringKey.foregroundColor

NSParagraphStyleAttributeName 替换为 NSAttributedStringKey.paragraphStyle

然后在 swift 4 中再次构建对我来说很好

关于ios - 如何在swift 4中使用 "WWCalendarTimeSelector"第三方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54396254/

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