I'm using three20 and have custom tableview item, and tableviewitem cell. Im pushing new controller not via item's URL but
- (void)didSelectObject:(id)object atIndexPath:(NSIndexPath*)indexPath
I also overide this method to highlight my cell when taped.
//call this to highlight row
- (BOOL)shouldOpenURL:(NSString*)URL {
    return NO;
}
When I use standard three20 table items and cells, the row is pefectly highlighted, but when I use my own cell and item it's not. Whac do I have t开发者_如何学编程o do? Thanks for help.
Make sure you have
self.selectionStyle = UITableViewCellSelectionStyleBlue;
set somewhere inside of your custom cell and it should do the trick.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论