OC-通过Runtime为UITextView添加占位文字(支持Xib)

时间:2024-07-29 06:18:23
【文件属性】:

文件名称:OC-通过Runtime为UITextView添加占位文字(支持Xib)

文件大小:46KB

文件格式:ZIP

更新时间:2024-07-29 06:18:23

文本输入(Textfield) UITextView 占位文字

代码设置self.tv.placeholder = @"请输入";self.tv.placeholderColor = [UIColor lightGrayColor];xib设置请看图介绍说明请移步:简书:https://www.jianshu.com/p/e001d85c6712


【文件预览】:
OC-UITextView添加占位文字颜色
----OC-UITextView添加占位文字颜色.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(24KB)
--------xcuserdata()
----OC-UITextView添加占位文字颜色Tests()
--------OC_UITextView________Tests.m(934B)
--------Info.plist(701B)
----OC-UITextView添加占位文字颜色()
--------AppDelegate.h(311B)
--------UITextView+HWCategory.h(464B)
--------ViewController.h(249B)
--------Base.lproj()
--------Assets.xcassets()
--------UITextView+HWCategory.m(2KB)
--------main.m(368B)
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ViewController.m(400B)
----OC-UITextView添加占位文字颜色UITests()
--------OC_UITextView________UITests.m(1KB)
--------Info.plist(701B)

网友评论