文件名称:ios-textView增加placeholder并自适应键盘.zip
文件大小:31KB
文件格式:ZIP
更新时间:2022-07-31 13:04:29
文字视图
self.bottomTextView.placeholder = @"textView增加placeholder以及设置颜色,自动适应键 盘展开和收起。"; //设置placeholder self.bottomTextView.placeholderColor = [UIColor purpleColor]; //设置placeholderColor self.bottomTextView.font = [UIFont systemFontOfSize:16]; self.bottomTextView.borderColor = [UIColor orangeColor]; //设置边框颜色 [self.bottomTextView addTargetWithParentController:self]; //自适应键盘 PS:暂不支持一个界面多个HBTextView,后续会继续更新 支持多个HBTextView
【文件预览】:
TextViewDemo
----TextViewDemo()
--------HBTextView.m(8KB)
--------ViewController.m(783B)
--------Info.plist(1KB)
--------main.m(337B)
--------Base.lproj()
--------ViewController.h(218B)
--------AppDelegate.h(280B)
--------Assets.xcassets()
--------HBTextView.h(611B)
--------AppDelegate.m(2KB)
----TextViewDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(12KB)