LLTextView 0.1.3

LLTextView 0.1.3

Maintained by lianleven.



  • By
  • lianleven

LLTextView

Version License Platform

Features

  • 支持 设置最大输入字符串长度 maxStringLength .
  • 支持 placeholder placeholderColor

Installation

只需将以下行添加到您的 Podfile

pod 'LLTextView'

ScreenShot

Usage

在使用的文件中导入头文件

#import "LLTextView.h"
LLTextView *textView = [LLTextView new];
textView.placeHolder = @"请输入字符串";
textView.placeHolderColor = [UIColor lightGrayColor];
textView.maxStingLength = 50;

License

LLTextView is available under the MIT license. See the LICENSE file for more info.