ios7 - IOS 7 scrolling to particular row making some part of tableview blank -
i have screen shown in below figure
it showing sessions grouped time particular date. top 1 horizontal tableview displays date. bottom 1 vertical tableview showing sessions grouped time. on clicking "now" button, scrolling to
1.current date , reloading vertical tableview data 2.we scrolling section shows current ongoing sessions. set row , section.
int row=[self getcurrenttimerow]; [self.tableview_sessionlist reloaddata]; [self.tableview_sessionlist scrolltorowatindexpath:[nsindexpath indexpathforrow:row insection:0] atscrollposition:uitableviewscrollpositiontop animated:no];});
it scrolls results in weird behaviour.top half tableview blank. bottom half showing rows.
problem occurs on reloading tableview , scrolling particular row. issue occurs on ios7. same code working fine on ios8.
any appreciated.
Comments
Post a Comment