IOS-Frameworks-UIKit-UIApplication-UIApplicationDelegate

//  AppDelegate.m

//  Aapp

//

//  Created by AnyMail on 15/6/11.

//  Copyright (c) 2015 AnyMail. All rights reserved.

//


#import "AppDelegate.h"


@interface AppDelegate () <UIApplicationDelegate>


@end


@implementation AppDelegate


//01:¥[application] |ˌæplɪˈkeɪʃn| noun 申请、实施、应用、用途

//02:¥[launch] |lɔːntʃ| noun verb 下水、发射、发起、发动、实施、上市、发行

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

    // Override point for customization after application launch.

    return YES;

}

/*

 03:¥[custom] |ˈkʌstəm| noun Countable(convention)习俗 it is the custom to ... 是风俗习惯 Countable(personal habit)习惯 it is her custom to ... 她的习惯是

 04:¥[customer] |ˈkʌstəmə(r)| noun (client)顾客 the customer is always right 顾客永远是对的 colloquial (person)家伙 she's a difficult customer 她这个人很难对付

 05:¥[customize] |ˈkʌstəmaɪz| transitive verb (make)定做 (adapt)[按顾客要求] 改造

 06:¥[resign] |rɪˈzaɪn| A.verb 辞职 B.verb 辞去

 07:¥[active] |ˈæktɪv| adjective ①积极的、活跃的 to be active in 积极参加

 08:¥[occur] |əˈkɜː(r)| 发生、来临、爆发、出现、存在、被想到 to occur to [somebody] 被某人想到

 09:¥[certain] |ˈsɜːtn| adjective 确定的、to make certain (of [something]) 弄清楚(某事物)、确保(某事物)

 10:¥[temporary] |ˈtemprəri, American -pəreri| adjective 短期的、临时的

 11:¥[interruption] |ˌɪntəˈrʌpʃn| noun 插嘴 without interruptions 不被打断、阻断

 12:¥[SMS]Short Message Service:短信息服务

 13:¥[transition] |ˌtrænˈzɪʃn,-ˈsɪʃn| noun Countable and uncountable 过渡、过渡期、in a state of transition 处于转变状态的

 14:¥[pause] |pɔːz| noun A.暂停 she spoke for an hour without a pause 她一直不停地讲了一个小时 B.intransitive verb 暂停

 */

- (void)applicationWillResignActive:(UIApplication *)application {

    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.

    // Use this method to pause ongoing tasks, disable timers.

}

/*

 15:¥[invalidate] |ɪnˈvælɪdeɪt| verb 使无效、使作废

 16:¥[restore] |rɪˈstɔː(r)| verb 修复、使复职、把放回、使复元

 17:¥[terminate] |ˈtɜːmɪneɪt| verb 终止、结束、停止、解雇

 18:¥[quit] |kwɪt| verb to quit doing [something] 停止doing [something]to quit smoking 戒烟、辞去、离开

 */

- (void)applicationDidEnterBackground:(UIApplication *)application {

    // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.

    // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.

}

/*

 19:¥[undo] |ʌnˈduː| verb 解开、打开、消除、what's done cannot be undone 覆水难收、毁灭、取消

 */

- (void)applicationWillEnterForeground:(UIApplication *)application {

    // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.

}

/*

 20:¥[previously] |ˈpriːvɪəsli| adverb 以前、之前、two years/days previously 两年/两天前

 */

- (void)applicationDidBecomeActive:(UIApplication *)application {

    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.

}

/*

 21:¥[appropriate] A. |əˈprəʊprɪət| adjective 合适的 to be appropriate for or to [somebody]/[something] 适合某人/某事物、有关的 

 */

- (void)applicationWillTerminate:(UIApplication *)application {

    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.

}


@end

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值