I've a UITableView shows a list of files. On the right of each UITableViewCell i have a small UIButon which'll give information about the file.
When i select the UIButton first time it works fine. When I select other button the UITableViewCell gets selected & shows the details. The problem is first button selected is highlighted always.
I want to remove this highlight. How to do this?
When i select the UIButton first time it works fine. When I select other button the UITableViewCell gets selected & shows the details. The problem is first button selected is highlighted always.
I want to remove this highlight. How to do this?
Comment