Skip to main content

19.05.2024_23.06.18_REC

if i wanted to see all content i cannot see all my contents bcz nav menu hiding my contents

You used the wrong technique to create your nav menu.

Currently you have it set somewhere in the middle of the screen with constraints set to top.

You need to put it at the bottom of the scrollable content so it doesn’t cover it and set constraints to bottom.


can you pls describe little bit in detail


Another idea to try would be to apply a bottom padding on the scrollable container that is equal to the height of the bottom nav menu, assuming you have auto layout applied to the center content.