gpt4 book ai didi

ios - 在 Swift 中更改 UITextView 的 textColor

转载 作者:行者123 更新时间:2023-12-02 20:46:02 25 4
gpt4 key购买 nike

我正在使用 Xcode7Swift2 开发一个 iOS 项目。我有一个 UITextView,我正在尝试更改其 textColor。它有黑色背景颜色。

我看了here并且找不到setTextColor。我还在 UITextView 所在的 UIViewController 中尝试过,但没有成功:

@IBOutlet weak var codeText: UITextView!
override func viewDidLoad() {
super.viewDidLoad()

self.codeText.delegate = self

codeText.textColor = UIColor.whiteColor()
}

然后我进入检查器并尝试单击UITextView并更改其中的textColor,但没有改变。我做错了什么吗?

谢谢。

最佳答案

在你的 ViewController 上删除该行

self.codeText.delegate = self

您无法将“ViewController”类型的值分配给“UITextViewDelegate”类型吗?

codeText.textColor = UIColor.redColor()

工作得很好。

关于ios - 在 Swift 中更改 UITextView 的 textColor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38926688/

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