I have placed a textfield inside a table view cell. Now my problem is i want to detect when any text written into that text field. In swift i always use closure for detecting changes in the text field inside the cell. I wonder how can i do so in objective c as well.