So I have a tableview with 8 cells containing 8 uitextfields as subviews to each cell. It’s basically like a form that the user needs to fill up and I want some effects while the user starts typing.
When TextFieldDidBeginEditing method gets called, I want that corresponding UITableViewCell to be highlighted, and all other UITableViewCells to be sort-of ‘Dimmed’ . This effect makes the User Focus on the particular textField he is typing in, and I am trying to implement this in my code.
Is this possible ? I would appreciate it if anyone could help me with this EFFECT !
Here you go: