handsomecode / InteractiveSideMenu

iOS Interactive Side Menu written in Swift.
Apache License 2.0
708 stars 164 forks source link

Opening a specific view from app delegate. #106

Open khurramtnc opened 5 years ago

khurramtnc commented 5 years ago

Hi, Thanks for awesome library. I have 5 view controllers on side menu. 1- Home 2- Conversations, 3- Profile, 4- Notifications and 5- Settings. I opened Homeviewcontroller after sign in page every thing works as expected. Now I have a scenario. When user receive a push notification on click, he should navigate to 4- Notificationview controller. Can you please help me out? On receiving push notification app will opens and it should navigate to 4 view rather than first view. Thanks again