three20 - How to make the blue bar on the top disappear for tttableview with list datasource (program running on ios 5 beta) -
three20 - How to make the blue bar on the top disappear for tttableview with list datasource (program running on ios 5 beta) -
there bluish bar appearing on top of tttableview when programme running on ios 5 beta, not there if run programme on ios 4.3. table configured utilize list datasource. know problem be? tableview api changed in someway ios 5? thanks.
it caused subtle of import alter apple made in uitableview behavior section headers , footers. if implement tableview:viewforheaderinsection: or tableview:viewforfooterinsection: delegate methods must implement tableview:heightforheaderinsection: , tableview:heightforfooterinsection: delegate methods.
the blank section header seeing caused returning 'nil' '...viewfor...' methods not returning 0 '...heightfor...' methods.
three20
Comments
Post a Comment