FRDoneAccessory 0.2

FRDoneAccessory 0.2

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布上次发布2014年12月

Freeskys 维护。




  • 作者
  • Harditya Ramadhan

用于 UITextfield 或 UITextView 的完成按钮附件

如何使用

  1. 导入 #import <FRDoneAccessory.h>
  2. 将附件插入文本字段 self.yourTextfield.inputAccessoryView = [[FRDoneAccessory alloc] initWithBackground:yourBackground andButton:yourButton andTextfield:yourTextfield];
  3. 或者使用原生样式,使用 self.yourTextfield.inputAccessoryView = [[FRDoneAccessory alloc] initWithTextField:self.yourTextfield];

截图

原生

Native

样式化

Styled

待办事项

  1. 支持按钮位置

发布

  1. 0.1 第一次公开发布
  2. 0.2 添加原生样式