문제

I have a UITableView which have custom cells with UITextFields in them. My UITableView is defined on my MainViewController, while my cells are defined in the CustomCellclass. Each time I press a button, a new cell is created. I am having trouble making my cell's UITextField resign first responder, since cells are dynamically added and defined in a different class than the main controller. How do I do that? Thanks a lot!

도움이 되었습니까?

해결책

Tell the UITableView to endEditing:.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top