SZTextView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/glaszig/SZTextView
- 软件文档: https://github.com/glaszig/SZTextView
软件介绍
SZTextView 用于替代内置的 UITextView,实现了 placeholder 功能。
示例代码:
SZTextView *textView = [SZTextView new]; self.textView.placeholder = @"Enter lorem ipsum here"; self.textView.placeholderTextColor = [UIColor lightGrayColor]; self.textView.font = [UIFont fontWithName:@"HelveticaNeue-Light" size:18.0];
