I'm developing an iOS application and i'm using the SWRevealViewController
, i made the side-menu by adding a TableView and everything works fine, but when i open the side-menu and scroll down, the contents(cells) are interfering with the iPhone top bar.
Please view the image below
Usually adding a Navigation Controller solve this problem, but i can't add one here because it's a side-menu.
How can i prevent that from happening and solve this?
Thanks in advance.