To run the example project, clone the repo, and run the target CharacterCounterExample.
CharacterCounter is available through CocoaPods and Carthage.
- Add a pod entry for CharacterCounter to your Podfile
pod 'CharacterCounter', '~> 1.0'
- Install the pod(s) by running
pod install
. - Include CharacterCounter wherever you need it with
#import CharacterCounter"
.
- Add CharacterCounter to your Cartfile. e.g.,
github "javalnanda/CharacterCounter" ~> 1.0
- Run
carthage update
- Follow the rest of the standard Carthage installation instructions to add CharacterCounter to your project.
You can use this component as a keyboard accessory view or add as a subview to view whatever suits your requirement. Refer to the examples in ViewController file in CharacterCounterExample folder.
The component handles the delegate for textfield/textview. If you wish to manage it yourself for updating button states or any other requirements based on text changes, you can simply implement the delegates in your viewcontroller and call updateCharacterCount()
method of the component to update the counter text.
Javal Nanda, [email protected]
CharacterCounter is available under the MIT license. See the LICENSE file for more info.