Skip to content

Latest commit

 

History

History
executable file
·
7 lines (5 loc) · 206 Bytes

File metadata and controls

executable file
·
7 lines (5 loc) · 206 Bytes

NETextView

可以设置输入的长度和placeholder

NETextView *textView =[[NETextView alloc]initFrame:CGRectMakeFrame(0,100,200,200)]; textView.placeholder= @"placeholder"; textView.maxLength = 20;