ios - UITableView adjusts top Y position when status bar disappears -
i have view controller full screen uitableview. tableview starts @ superview y=0, it's visible beneath transparent navigation bar.
the tableview has top constraint superview , not statusbar margin, when status bar called disappear or reappear, tableview shifts , down 20pixels.
anyone experienced this?
you should set automaticallyadjustsscrollviewinsets no in view controller, because status bar affect on uitableview scroll insets
Comments
Post a Comment