You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gerchicov-bp , I have updated the codebase for swift 4.2 and added a table in Locations tab (in Example) to show case that how to fix this overlap issue. FYR, I am also adding two screenshots here to let you know how to fix it by your self. If you still need help just comment here and I would be happy to help.
How to activate Safe Area Layout Guide for a view controller (Note: With latest Xcode and new project, this is by default).
Setting/Updating Constraints for the TableView as per the screenshot:
Why 49 for Align bottom to Safe area? because HHTabBarView's height is 49.
For example create a view/view controller with table with a lot of items and try to scroll it to the bottom - the last cell is hidden by tab bar
The text was updated successfully, but these errors were encountered: