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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -