iOS: Finding out who is first responder on a dynamically changed UITableView -
i have uitableview
have custom cells uitextfield
s in them. uitableview
defined on mainviewcontroller
, while cells defined in customcell
class. each time press button, new cell created. having trouble making cell's uitextfield
resign first responder, since cells dynamically added , defined in different class main controller. how do that? lot!
tell uitableview endediting:
.
Comments
Post a Comment