• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

XHTextField: 中文:类似微信的用户头像选择、系统信息App的手势控制键盘隐藏,还有自 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

XHTextField

开源软件地址:

https://gitee.com/iamking/XHTextField

开源软件介绍:

XHTextField

中文:类似微信的用户头像选择、系统信息App的手势控制键盘隐藏,还有自定义9种输入风格,比如输入Email并检查是否正确、输入密码检查是否输入正确、输入生日自动帮你选择星座、自定义textField的leftView的图标等功能,注意:还有输入错误的标识提示哦!

English: micro letter like avatars selection, system information App gesture keypad, and custom style 9 kinds of input, such as input Email and check whether it is right, input the password check whether correct, input automatically help you choose birthday constellation, customize the textField leftView ICONS, and other functions, note: there are input error identification tips!

image

##安装##Installation

中文: CocosPods安装XHTextField的推荐方法,只是在Podfile添加以下行:

english: CocosPods is the recommended methods of installation XHTextField, just add the following line to Profile:

Profile

pod 'XHTextField'

例子

Example

- (void)_setup {    XHTextField *emailTextField = [[XHTextField alloc] initWithFrame:CGRectMake(0, 0, 100, 35)];    [emailTextField setFieldType:kXHEmailField];    // diss keyboard gesture    UIPanGestureRecognizer *pan = [[UIPanGestureRecognizer alloc] init];    XHTextFieldScrollView *scrollView = [[XHTextFieldScrollView alloc] initWithFrame:self.view.bounds];    [scrollView setDismissivePanGestureRecognizer:pan];    [scrollView addSubview:emailTextField];    [self.view addSubview:scrollView];}- (void)viewDidLoad {    [self _setup];}

Thank you

mehfuzh

License

中文: XHTextField 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息.

English: XHTextField is acailable under the MIT license, see the LICENSE file for more information.

=======================

须知

中文:如果您在您的项目中使用开源组件,请给我们发电子邮件告诉我们您的应用程序的名称,否则后果自负。

Instructions

English:If you use open source components in your project, please Email us to tell us the name of your application, otherwise the consequence is proud.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
a-starbucks: 支付宝小程序-星巴克用星说发布时间:2022-03-24
下一篇:
LXFWeChat: Swift 3.0 WeChat发布时间:2022-03-24
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap