swift 的UITextView +帮手
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift 的UITextView +帮手相关的知识,希望对你有一定的参考价值。
import UIKit
extension UITextView {
convenience init(text: String? ,font: UIFont?, color: UIColor?) {
self.init(frame: .zero)
self.text = text
self.textColor = color
self.font = font
self.backgroundColor = .clear
self.isEditable = false
}
}
extension UITextField {
convenience init(placeholder: String = "", font: UIFont? = nil, backgroundColor: UIColor
= .clear, borderStyle: UITextField.BorderStyle = .none) {
self.init(frame: .zero)
self.placeholder = placeholder
self.backgroundColor = backgroundColor
self.borderStyle = borderStyle
if let font = font {
self.font = font
}
}
}
以上是关于swift 的UITextView +帮手的主要内容,如果未能解决你的问题,请参考以下文章
swift 的UILabel +帮手
待办事项桌面插件,办公族的桌面好帮手
Fiddler,我们的好帮手
运维好帮手:六款堪称神器的网站
移动广告聚合平台KeyMob小帮手
《垃圾分类助手-生活的好帮手-技术支持》