ios7 - IOS 7 scrolling to particular row making some part of tableview blank -


i have screen shown in below figureenter image description here

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. enter image description here

problem occurs on reloading tableview , scrolling particular row. issue occurs on ios7. same code working fine on ios8.

any appreciated.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -