ios - How should i deal with presentView when i receive remote notification and try to back my rootviewcontroller to push next viewcontroller -


  1. present viewcontroller , lock screen(the present view never pushed self.navigationviewcontroller.viewcontroller)
  2. lock iphone screen
  3. send promotion info
  4. slide remote notification
  5. wish app can dismiss presentview , rootviewcontroller, action (push viewcontroller or present new viewcontroller).

question: can't find presentview dismiss it


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -