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
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Guide & Snippet
tabbar.isHidden = false
logic is inviewDidAppear
method, move that logic toviewWillAppear
methodBeta Was this translation helpful? Give feedback.
All reactions