Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 397 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 397 Bytes

PhoneTextField

PhoneTextField控件实现了对手机号码的“344”展示(例如139 8888 8888展示方式),同时可以在输入的首尾中间任意位置添加删除数字,依然保持“344”展示,还支持粘贴输入。

使用方式:xib或者storyboard创建直接将UITextField改为PhoneTextField类型即可,代码创建就直接创建PhoneTextField对象。