如何通过在我的自定义 Cell class 中继承 _FieldCell 来使用 Eureka Cell 行为

How to use Eureka Cell behavior by inherit from _FieldCell in my custom Cell class

我注意到 GenericPasswordCell 继承自 _FieldCell,以利用键盘句柄(例如:Eureka 的自动键盘的 expand/collapse 和 return 按钮)

我在GenericPasswordCell.xib也注意到了,唯一的textField没有绑定GenericPasswordCell,而是绑定了_FieldCell.How中的textField来做到这一点???

我也尝试这样做(将我的textField绑定到IB中的_FieldCell),但无法成功!

如何在我的自定义 Cell 中绑定 textField 以利用 _FieldCell 的键盘句柄class???

非常感谢!

哦,我才知道:骗IB!