I have a Customized UITableViewCell and ImageView (& oder customized elements) added over it, on selection i change the image on ImageView but the default selection style color is also seen on my imageView. If i try to set selection style none on UITableViewCell,then the ImageView doesnt change its default image. if set to gray result is same the cell takes blue color and shows in imageview. if their a way out to change the image with allowing user selection on cell?