应用介绍
此项目是ios指纹验证。
//
// AppDelegate.m
// FingerprintIdentification
//
// Created by gaofu on 2017/4/20.
// Copyright © 2017年 gaofu. All rights reserved.
//
#import "AppDelegate.h"
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (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, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
}
- (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.
}
- (void)applicationWillEnterForeground:(UIApplication *)application {
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}
- (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.
}
- (void)applicationWillTerminate:(UIApplication *)application {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
想了解详情请下载附件。
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: www_apollocode_net@163.com 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » ios指纹验证
文件列表(部分)
名称 | 大小 | 修改日期 |
---|---|---|
AppDelegate.h | 0.22 KB | 2017-04-20 |
AppDelegate.m | 0.87 KB | 2017-04-20 |
Contents.json | 0.20 KB | 2017-04-20 |
LaunchScreen.storyboard | 0.76 KB | 2017-04-20 |
Main.storyboard | 1.45 KB | 2017-04-20 |
Info.plist | 0.50 KB | 2017-04-20 |
main.m | 0.26 KB | 2017-04-20 |
Contents.json | 0.06 KB | 2017-04-20 |
Contents.json | 0.15 KB | 2017-04-20 |
fingerprint@2x.png | 11.65 KB | 2017-04-20 |
fingerprint@3x.png | 18.25 KB | 2017-04-20 |
SafeFingerprintViewController.h | 0.18 KB | 2017-04-20 |
SafeFingerprintViewController.m | 1.88 KB | 2017-04-20 |
project.pbxproj | 2.46 KB | 2017-04-20 |
contents.xcworkspacedata | 0.14 KB | 2017-04-20 |
UserInterfaceState.xcuserstate | 8.42 KB | 2017-04-20 |
Breakpoints_v2.xcbkptlist | 0.09 KB | 2017-04-20 |
FingerprintIdentification.xcscheme | 0.73 KB | 2017-04-20 |
xcschememanagement.plist | 0.30 KB | 2017-04-20 |
gaofu.xcuserdatad | 0.00 KB | 2017-04-20 |
xcdebugger | 0.00 KB | 2017-04-20 |
xcschemes | 0.00 KB | 2017-04-20 |
AppIcon.appiconset | 0.00 KB | 2017-04-20 |
fingerprint.imageset | 0.00 KB | 2017-04-20 |
xcuserdata | 0.00 KB | 2017-04-20 |
gaofu.xcuserdatad | 0.00 KB | 2017-04-20 |
Assets.xcassets | 0.00 KB | 2017-04-20 |
Base.lproj | 0.00 KB | 2017-04-20 |
Picture.xcassets | 0.00 KB | 2017-04-20 |
project.xcworkspace | 0.00 KB | 2017-04-20 |
发表评论 取消回复