输入框长度限制 Text Input Limit
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/xuwening/textInputLimit
软件介绍
Text Input Limit实现UITextField和UITextView的长度输入限制,非侵入方式实现,无需继承和修改XIB文件,使用简单方便。
将textInputLimit的.h和.m直接拷贝到工程中,然后调用需要做输入长度限制的textField或textView对象方法:
[textObj setValue:@4 forKey:@"limit"];
Computing Patterns in Strings
Bill Smyth / Addison Wesley / 2003 / $ 75.00
The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the......一起来看看 《Computing Patterns in Strings》 这本书的介绍吧!
