ios - tableView wierd behaviour while pushing in navigation controller -


i having issue while pushing viewcontroller in uinavigationcontroller .

what have , uitabbar , when click on button loads new viewcontroller in uitabbar's uinavigationcontroller .

the last 1 <code>viewcontroller</code> pushing in <code>uitabbar</code>'s navigation controller

i using push ...

 uistoryboard * storyboard = self.storyboard;     loginemailinviteviewcontroller * detail = [storyboard instantiateviewcontrollerwithidentifier:@"loginemailinvite"];      [self.navigationcontroller pushviewcontroller: detail animated: yes]; 

every thing perfect problem occurs in tableview looks wierd there . takes space above starting point if on navigation bar .

enter image description here

please check , me .

thanks

in view did load add following line :

self.automaticallyadjustsscrollviewinsets = no; 

Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -