iphone - Check for section index titles from table view cell -
i have subclassed uitableviewcell , need draw own disclosure indicator. position of disclosure indicator depends on whether or not table view has section index titles set (the "scroll bar", typically alphabet).
does know of way check if table view shows section index titles cell?
checking uitableviewcell
subclass require big deal of coupling uitableview
class, suggest take alternate route - add bool
variable set in cellforrowatindexpath:
function , call function on cell draw disclosure indicator according value of variable.
Comments
Post a Comment