Open uschen opened 10 years ago
By default, library doesn't adjust navBar position when contentSize.height is too short (Ref).
If your tableView's dataSource has been changed, I would recommend you to call -showUIBarsAnimated:
manually after every -reloadData
as a hotfix,
but I will also try automating this feature in the future release, so I will leave this issue as opened for a while.
thanks!!!!!!
If navbar has been hidden by scrolling, and the scrollview content size has decreased (like change the tableview source), there is no way to unhidden navbar by scrolling.