• 大小: 42KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: 其他
  • 标签: IOS  移动开发  

资源简介

IOS 车牌号录入 自定义键盘CollectionView 自定义键盘

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  CarNumberInPut
//
//  Created by 李挺哲 on 2017/3/1.
//  Copyright © 2017年 李挺哲. 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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-01 14:20  CarNumberInPut\
     文件        6148  2017-03-01 14:20  CarNumberInPut\.DS_Store
     目录           0  2017-03-01 14:21  __MACOSX\
     目录           0  2017-03-01 14:21  __MACOSX\CarNumberInPut\
     文件         120  2017-03-01 14:20  __MACOSX\CarNumberInPut\._.DS_Store
     目录           0  2017-03-01 14:20  CarNumberInPut\CarNumberInPut\
     文件         285  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\AppDelegate.h
     目录           0  2017-03-01 14:21  __MACOSX\CarNumberInPut\CarNumberInPut\
     文件         171  2017-03-01 14:08  __MACOSX\CarNumberInPut\CarNumberInPut\._AppDelegate.h
     文件        2047  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\AppDelegate.m
     文件         171  2017-03-01 14:08  __MACOSX\CarNumberInPut\CarNumberInPut\._AppDelegate.m
     目录           0  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\Assets.xcassets\
     目录           0  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\Assets.xcassets\AppIcon.appiconset\
     文件        1077  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\Assets.xcassets\AppIcon.appiconset\Contents.json
     目录           0  2017-03-01 14:21  __MACOSX\CarNumberInPut\CarNumberInPut\Assets.xcassets\
     目录           0  2017-03-01 14:21  __MACOSX\CarNumberInPut\CarNumberInPut\Assets.xcassets\AppIcon.appiconset\
     文件         171  2017-03-01 14:08  __MACOSX\CarNumberInPut\CarNumberInPut\Assets.xcassets\AppIcon.appiconset\._Contents.json
     目录           0  2017-03-01 14:19  CarNumberInPut\CarNumberInPut\base.lproj\
     文件        1740  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\base.lproj\LaunchScreen.storyboard
     目录           0  2017-03-01 14:21  __MACOSX\CarNumberInPut\CarNumberInPut\base.lproj\
     文件         171  2017-03-01 14:08  __MACOSX\CarNumberInPut\CarNumberInPut\base.lproj\._LaunchScreen.storyboard
     文件       18137  2017-03-01 14:19  CarNumberInPut\CarNumberInPut\base.lproj\Main.storyboard
     文件         373  2017-03-01 14:19  __MACOSX\CarNumberInPut\CarNumberInPut\base.lproj\._Main.storyboard
     文件        1442  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\Info.plist
     文件         342  2017-03-01 14:08  CarNumberInPut\CarNumberInPut\main.m
     文件         171  2017-03-01 14:08  __MACOSX\CarNumberInPut\CarNumberInPut\._main.m
     文件         308  2016-11-25 13:16  CarNumberInPut\CarNumberInPut\ProvinceCollectionViewCell.h
     文件         436  2016-11-25 13:16  __MACOSX\CarNumberInPut\CarNumberInPut\._ProvinceCollectionViewCell.h
     文件         867  2017-03-01 14:20  CarNumberInPut\CarNumberInPut\ProvinceCollectionViewCell.m
     文件         408  2017-03-01 14:20  __MACOSX\CarNumberInPut\CarNumberInPut\._ProvinceCollectionViewCell.m
     文件        3060  2017-02-19 14:15  CarNumberInPut\CarNumberInPut\ProvinceCollectionViewCell.xib
............此处省略27个文件信息

评论

共有 条评论