iphone : Handling events of UIButton in UITableViewCell

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • selvialagar
    New Member
    • Apr 2008
    • 57

    iphone : Handling events of UIButton in UITableViewCell

    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?
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Can you post some of your code so we can try and sort out the problems for you?

    Comment

    Working...