模仿支付宝进入到后台界面模糊第一种

时间:2018-02-01 16:26:48
【文件属性】:

文件名称:模仿支付宝进入到后台界面模糊第一种

文件大小:241KB

文件格式:ZIP

更新时间:2018-02-01 16:26:48

java,ios

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(enterBackground:) name:UIApplicationDidEnterBackgroundNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(enterForeground:) name:UIApplicationWillEnterForegroundNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(resignActive:) name:UIApplicationWillResignActiveNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(becomeActive:) name:UIApplicationDidBecomeActiveNotification object:nil];


【文件预览】:
测试跳转到后台界面
----.DS_Store(6KB)
----测试跳转到后台界面.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
--------xcuserdata()
----测试跳转到后台界面()
--------main.m(342B)
--------xxx.png(199KB)
--------AppDelegate.h(316B)
--------AppDelegate.m(1KB)
--------Base.lproj()
--------TestViewController.h(229B)
--------ViewController.h(863B)
--------Images.xcassets()
--------TestViewController.m(960B)
--------Info.plist(1KB)
--------ViewController.m(11KB)
----测试跳转到后台界面Tests()
--------_________Tests.m(873B)
--------Info.plist(742B)

网友评论