top of page
Got questions or suggestions?
Contact me at:
critchley55@yahoo.co.jp

MPC_CharacterLimitedTextField

Objective-C, drop-in UITextField subclass
For those times when you need to limit the amount of user-input text, but don't want to worry about font size, language, or emoji. This deals with all that. Gives a delegate callback when the input limit is reached.
​
Available as a CocoaPod
pod 'MPC_CharacterLimitedTextField',  '~> 1.1.0'
bottom of page