Sidemenu with a navigation bar that only displays content

I have a problem with a crash in this menu:

enter image description here

A point is architecture. I am trying to figure out which component will be AppDelegate Window rootViewController( UINavigationController/ UIViewController) (And I know what it UINavigationControlleris UIViewContoller).

I thought of several options, but none of them did my desired job.

Main problems:

  • NavigationBar should remain in place (do not push to the side)
  • Content (without navigation bar) should be pushed to the side along with the side menu

Any help would be more welcome.

Thanks in advance.

+4
source share
1 answer

root UINavigationController, navigationBar .

NavController UICollectionViewController, UICollectionView, "" UICollectionViewCells .

sideMenu, (, , UICollectionViewFlowLayout ).

, , , , - , . , , !

0

All Articles