Search code examples
iphoneuibuttonhighlighting

any way to show the button in highlight mode


i hav a more buttons on my scrool view so if one of them clickrd i just want to highlight the button untill the any of the button clicked again....

so i just want to show the button in clicked mode......

thanks in advance.....


Solution

  • Set the button's highlighted property to YES:

    myButton.highlighted = YES;