Skip to content

HawleyHoo/HYTextField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HYTextField

禁止键盘的复制粘贴等

采用分类的写法,用runtime为其添加属性,避免使用子类从而降低耦合减少植入性。

用法: #import "UITextField+Edit.h"

textField.allowedPaste = NO;
textField.allowedSelect = NO;
textField.allowedSelectAll = NO;
textField.allowedCopy = NO;
textField.allowedCut = NO;

About

禁止键盘的复制粘贴等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published