// .h file @interface UITextField (NLLimit) @property (assign, nonatomic) NSUInteger nl_maxLength; @end