自定义带有占位文字的TextView

时间:2018-10-18 13:00:54
【文件属性】:

文件名称:自定义带有占位文字的TextView

文件大小:67KB

文件格式:ZIP

更新时间:2018-10-18 13:00:54

占位 TextView

在写输入框的时候很可能需要带占位文字的TextView,由于TextField控件有占位文字的属性,但它不能多行显示,而TextView可以多行显示,但是它又没有占位文字属性,所以写了这么个好用的TextView,实现步骤博客上有


【文件预览】:
CustomTextView
----.git()
--------info()
--------objects()
--------HEAD(23B)
--------description(73B)
--------branches()
--------config(137B)
--------index(2KB)
--------refs()
--------COMMIT_EDITMSG(15B)
--------hooks()
--------logs()
----CustomTextViewTests()
--------Info.plist(742B)
--------CustomTextViewTests.m(876B)
----CustomTextView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
--------xcuserdata()
----CustomTextView()
--------main.m(330B)
--------ViewController.m(534B)
--------AppDelegate.h(273B)
--------JYHTextView()
--------Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------ViewController.h(211B)
--------Base.lproj()

网友评论