UITableView hide sectionindex but retain sections
        Posted  
        
            by Dan Bennett
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dan Bennett
        
        
        
        Published on 2010-04-05T22:40:20Z
        Indexed on 
            2010/04/05
            22:43 UTC
        
        
        Read the original article
        Hit count: 413
        
uitableview
|cocoa-touch
We'd like to implement our own section index UI for UITableView.
It's clearly possible, since the contacts app does it on iPad. Is there a way of legally hiding the current section index? (I can get to the undocumented _index UIView but that's not going to cut it with Apple I suspect)
© Stack Overflow or respective owner