TextViewMaster
You can easily adjust the color, font, and position of the placeholder. The height of the textview automatically changes every time you increase or decrease the line in the textview.
Requirements
- iOS9.0 or higher version
- Swift4.2
Installation
Cocoapods
TextViewMaster is available through CocoaPods.
Usage
Customization
Programmatically
If you have difficulty applying, please refer to the example folder.
Storyboard
- TextView Set class to "TextViewMaster".
- Set delegate to it's view controller
Delegate
TextViewMaster inherits from UITextViewDelegate.
You can also use UITextViewDelegate by default.
Added or modified functions