How to fix an issue where the bottom area of a tableView is covered by the tabBar? #51
tezpark
announced in
8. Commons
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Guide & Snippet
tabbar.isHidden = false
logic is inviewDidAppear
method, move that logic toviewWillAppear
methodBeta Was this translation helpful? Give feedback.
All reactions