资源简介
一个简易的IOS课程表demo,希望能帮到他人
代码片段和文件信息
//
// AppDelegate.m
// JKCourse
//
// Created by MacOS on 15-1-21.
// Copyright (c) 2015年 Joker. All rights reserved.
//
#import “AppDelegate.h“
#import “baseNavigationController.h“
#import “CourseViewController.h“
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
CourseViewController *courseVC = [[CourseViewController alloc] init];
baseNavigationController *baseNC = [[baseNavigationController alloc] initWithRootViewController: courseVC];
self.window.rootViewController = baseNC;
[courseVC release];
[baseNC release];
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 throttle down OpenGL ES frame rates. 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 inactive 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 2015-01-23 10:10 JKCourse\
文件 6148 2015-01-23 10:10 JKCourse\.DS_Store
目录 0 2015-01-23 16:07 __MACOSX\
目录 0 2015-01-23 16:07 __MACOSX\JKCourse\
文件 120 2015-01-23 10:10 __MACOSX\JKCourse\._.DS_Store
目录 0 2015-01-23 15:56 JKCourse\.git\
目录 0 2015-01-21 17:04 JKCourse\.git\branches\
文件 15 2015-01-21 17:04 JKCourse\.git\COMMIT_EDITMSG
文件 137 2015-01-21 17:04 JKCourse\.git\config
文件 73 2015-01-21 17:04 JKCourse\.git\desc
文件 23 2015-01-21 17:04 JKCourse\.git\HEAD
目录 0 2015-01-21 17:04 JKCourse\.git\hooks\
文件 452 2015-01-21 17:04 JKCourse\.git\hooks\applypatch-msg.sample
文件 896 2015-01-21 17:04 JKCourse\.git\hooks\commit-msg.sample
文件 189 2015-01-21 17:04 JKCourse\.git\hooks\post-update.sample
文件 398 2015-01-21 17:04 JKCourse\.git\hooks\pre-applypatch.sample
文件 1642 2015-01-21 17:04 JKCourse\.git\hooks\pre-commit.sample
文件 1352 2015-01-21 17:04 JKCourse\.git\hooks\pre-push.sample
文件 4951 2015-01-21 17:04 JKCourse\.git\hooks\pre-reba
文件 1239 2015-01-21 17:04 JKCourse\.git\hooks\prepare-commit-msg.sample
文件 3611 2015-01-21 17:04 JKCourse\.git\hooks\update.sample
文件 8040 2015-01-23 13:59 JKCourse\.git\index
目录 0 2015-01-21 17:04 JKCourse\.git\info\
文件 40 2015-01-21 17:04 JKCourse\.git\info\exclude
目录 0 2015-01-23 16:07 __MACOSX\JKCourse\.git\
目录 0 2015-01-23 16:07 __MACOSX\JKCourse\.git\info\
文件 171 2015-01-21 17:04 __MACOSX\JKCourse\.git\info\._exclude
目录 0 2015-01-21 17:04 JKCourse\.git\logs\
文件 173 2015-01-21 17:04 JKCourse\.git\logs\HEAD
目录 0 2015-01-21 17:04 JKCourse\.git\logs\refs\
目录 0 2015-01-21 17:04 JKCourse\.git\logs\refs\heads\
............此处省略336个文件信息
- 上一篇:基于STM32的AD9851并行源代码
- 下一篇:射频功率放大器仿真设计详细过程讲解
相关资源
- iOS Drawing Practical UIKit Solutions 无水印
- Windows Security Monitoring Scenarios and Patt
- bios 1.13 acer v3 571g 成功解锁advance
- v3 571g bios 1.07 解锁advance
- 手机视频监控IOS
- 广达TW9 SW9最新BIOS Q3i21
- This iPhone (Model A1863 A1905 A1906 A1907)
- 神舟K610D i7D4 Clove CW65S06 W650SB 原版BI
- ios上线项目
- foxcoon_h61s.rar
- Mac OS X and iOS Internals.pdf )
- 启天M7150 2012最新主板BIOS(含中文刷新
- 台电X80HD g2d9 BIOS
- 华擎 B150 Gaming K4 8代bios
- z77主板黑苹果bios
- 联想B470、V470 BIOS 43CN46WW
- ios课程设计
- RH1288 V2-BIOS-V520.zip
- openssl(arm64armv7sarmv7x86_64i386)
- HASEE神舟笔记本广达SW8 TW8准系统BIOS合
- 外星人X79(1).zip
- Intel S5520HC加入NVME BIOS
- Z77PD3.F9e.zip
- HP Z820图形工作站升级Boot Block 支持E
- App Architecture
- 超级课程表主界面demo
- 经典书籍:Bios与核心开发者指南
- ESP8266一键配置app端源码iOS、安卓
- iOS 点餐系统分享
- Thinkpad X220 BIOS白名单
评论
共有 条评论