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

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -