• 大小: 236KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-07-01
  • 语言: 其他
  • 标签: IOS  OC  试卷  

资源简介

这是一个类似驾考宝典的考试的Demo 可以进行分篇幅进行考试

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  ZJLpaper
//
//  Created by Axc_5324 on 17/5/19.
//  Copyright © 2017年 Axc_5324. All rights reserved.
//

#import “AppDelegate.h“
#import “TestDetailViewController.h“

@interface AppDelegate ()

@end

@implementation AppDelegate


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

    self.window.rootViewController = [[UINavigationController alloc] initWithRootViewController:[[TestDetailViewController alloc] init]];
    
    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  2018-04-26 15:34  ZJLpaper 2\
     文件        6148  2018-02-05 11:02  ZJLpaper 2\.DS_Store
     目录           0  2018-05-02 10:24  __MACOSX\
     目录           0  2018-05-02 10:24  __MACOSX\ZJLpaper 2\
     文件         120  2018-02-05 11:02  __MACOSX\ZJLpaper 2\._.DS_Store
     目录           0  2018-04-26 15:34  ZJLpaper 2\.git\
     文件          15  2017-05-19 16:29  ZJLpaper 2\.git\COMMIT_EDITMSG
     文件         137  2017-05-19 16:29  ZJLpaper 2\.git\config
     文件          73  2017-05-19 16:29  ZJLpaper 2\.git\description
     文件          23  2017-05-19 16:29  ZJLpaper 2\.git\HEAD
     目录           0  2017-05-19 16:29  ZJLpaper 2\.git\hooks\
     文件         177  2017-05-19 16:29  ZJLpaper 2\.git\hooks\README.sample
     文件        6329  2017-05-20 22:36  ZJLpaper 2\.git\index
     目录           0  2017-05-19 16:29  ZJLpaper 2\.git\info\
     文件          40  2017-05-19 16:29  ZJLpaper 2\.git\info\exclude
     目录           0  2018-05-02 10:24  __MACOSX\ZJLpaper 2\.git\
     目录           0  2018-05-02 10:24  __MACOSX\ZJLpaper 2\.git\info\
     文件         171  2017-05-19 16:29  __MACOSX\ZJLpaper 2\.git\info\._exclude
     目录           0  2018-04-26 15:34  ZJLpaper 2\.git\logs\
     文件         157  2017-05-19 16:29  ZJLpaper 2\.git\logs\HEAD
     目录           0  2017-05-19 16:29  ZJLpaper 2\.git\logs\refs\
     目录           0  2017-05-19 16:29  ZJLpaper 2\.git\logs\refs\heads\
     文件         157  2017-05-19 16:29  ZJLpaper 2\.git\logs\refs\heads\master
     目录           0  2018-04-26 15:34  ZJLpaper 2\.git\objects\
     目录           0  2017-05-19 22:58  ZJLpaper 2\.git\objects\00\
     文件         956  2017-05-19 22:58  ZJLpaper 2\.git\objects\00\c08dedced496972c5d64502e35a21522174cbc
     目录           0  2017-05-19 16:29  ZJLpaper 2\.git\objects\06\
     文件          96  2017-05-19 16:29  ZJLpaper 2\.git\objects\06\1f34e18704ca3f82cea784fd5f40a5c499f0e4
     目录           0  2017-05-19 16:29  ZJLpaper 2\.git\objects\09\
     文件          94  2017-05-19 16:29  ZJLpaper 2\.git\objects\09\c9bd63d2bdf1e2483fe4f1c86c6754b6ea20e0
     目录           0  2017-05-19 22:58  ZJLpaper 2\.git\objects\0c\
............此处省略277个文件信息

评论

共有 条评论