RSKPlaceholderTextView
A light-weight UITextView subclass that adds support for placeholder.
Installation
Using Swift Package Manager
-
To add the
RSKPlaceholderTextView
package to your Xcode project, select File > Swift Packages > Add Package Dependency and enter the repository URL.https://github.com/ruslanskorb/RSKPlaceholderTextView.git
Using CocoaPods
-
Add the pod
RSKPlaceholderTextView
to your Podfile.pod 'RSKPlaceholderTextView'
-
Run
pod install
from Terminal, then open your app's.xcworkspace
file to launch Xcode.
Using Carthage
-
Add the
ruslanskorb/RSKPlaceholderTextView
project to your Cartfile.github "ruslanskorb/RSKPlaceholderTextView"
-
Run
carthage update
, then follow the additional steps required to add the iOS and/or Mac frameworks into your project.
Basic Usage
Import the module.
Just create a text view and set the placeholder.
Demo
Build and run the RSKPlaceholderTextViewExample
project in Xcode to see RSKPlaceholderTextView
in action.
Have fun. Figure out hooks for customization.