LFTokenInputView 1.0.5

LFTokenInputView 1.0.5

测试测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最新版本2019 年 8 月

Lam TsanFeng 维护。



  • lincf0912

LFTokenInputView

  • 类似原生邮件输入框

安装

  • CocoaPods:pod 'LFTokenInputView'
  • 手动导入:将 LFTokenInputView\class 文件夹拖入项目中,导入头文件:#import "LFTokenInputView.h"

调用代码

LFTokenInputView *tokenInputView = [[LFTokenInputView alloc] initWithFrame:CGRectMake(0, 100, self.view.bounds.size.width, 44)]; tokenInputView.fieldName = @"To:"; tokenInputView.placeholderText = @"Enter a name"; tokenInputView.drawBottomBorder = YES;

tokenInputView.delegate = self; tokenInputView.dataSource = self;

图片展示

image