I notice that GenericPasswordCell inherit from _FieldCell,to take advantage of keyboard handle(eg: automatic keyboard‘s expand/collapse and return button with Eureka)
I also notice in GenericPasswordCell.xib,The only textField instead of bind with GenericPasswordCell,it bind with textField in _FieldCell.How to do that???
I try do the same (bind my textField to _FieldCell in IB),but can not be successful!
How can I bind textField in my custom Cell to take advantage of keyboard handle from _FieldCell class???
thanks a lot!
oh,I just figure out it :cheat IB!