输入框长度限制 Text Input Limit

码农软件 · 软件分类 · 文字视图(Text) · 2019-06-20 08:27:22

软件介绍

Text Input Limit实现UITextField和UITextView的长度输入限制,非侵入方式实现,无需继承和修改XIB文件,使用简单方便。

将textInputLimit的.h和.m直接拷贝到工程中,然后调用需要做输入长度限制的textField或textView对象方法:  

[textObj setValue:@4 forKey:@"limit"];

本文地址:https://www.codercto.com/soft/d/8366.html

Programming Concurrency on the JVM

Programming Concurrency on the JVM

Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00

Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具