Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 510 Bytes

File metadata and controls

10 lines (8 loc) · 510 Bytes

TBAutoHeightTextView

带有占位符,随着字符串长度自动增高的TextView(可用于对话框输入)

用法

    TBTextView *textView = [[TBTextView alloc] init];
    textView.frame = CGRectMake(20, 50, 100, 30);
    textView.backgroundColor = [UIColor colorWithWhite:0.9 alpha:1.0];
    [self.view addSubview:textView];

image