Skip to content

RanYeee/RNSelectedTextfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNSelectedTextfield

用法

RNSelectedTextfield *selectTextfield = [[RNSelectedTextfield alloc]initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width/2, 30)];
    selectTextfield.autoSaveCache = YES; //是否自动存储(设为YES的话,输入完成后会自动缓存起来)也可以用[selectTextfield saveInputCache]手动保存
    selectTextfield.center = self.view.center; 
    selectTextfield.cacheInputTextLimit = 5; //缓存输入个数
    [self.view addSubview:selectTextfield];

安装

RNSelectedTextfield is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RNSelectedTextfield"

作者

xuar ,xuar@hori_gz.com

许可

MIT

About

可自动缓存输入记录的TextField

Resources

License

Stars

Watchers

Forks

Packages

No packages published