zoukankan      html  css  js  c++  java
  • launchOptions 第一次是 不会调用 didreceiveLocalNotification这个方法的,

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

    - (void)checkLaunchOptions:(NSDictionary*)options

    {

        if (!becomeActiveFirst || !options) {

            return;

        }

        UILocalNotification* local = [options objectForKey:UIApplicationLaunchOptionsLocalNotificationKey];

        [self.navigationControllerpopToRootViewControllerAnimated:NO];

        if (local) {

            [selfpushLocalNotificaton:local];

            return;

        }

     

    }

  • 相关阅读:
    Mysql 库表
    Mysql (二)
    SQLAlchemy
    Mysql 测试题
    jquery
    抽屉 演示
    前端项目
    JavaScript
    Html Css  练习
    Pandas之DataFrame——Part 3
  • 原文地址:https://www.cnblogs.com/guligei/p/3205693.html
Copyright © 2011-2022 走看看