资源简介
模仿美团外卖点餐功能,主要在于处理cell重用问题
代码片段和文件信息
//
// AppDelegate.m
// OrderDemo
//
// Created by king on 16/2/25.
// Copyright © 2016年 king. 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 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 2016-02-25 14:25 OrderDemo\
目录 0 2016-02-25 16:54 OrderDemo\OrderDemo\
文件 130359 2016-02-25 16:44 OrderDemo\OrderDemo\110.jpg
目录 0 2016-02-25 16:55 __MACOSX\
目录 0 2016-02-25 16:55 __MACOSX\OrderDemo\
目录 0 2016-02-25 16:55 __MACOSX\OrderDemo\OrderDemo\
文件 176 2016-02-25 16:44 __MACOSX\OrderDemo\OrderDemo\._110.jpg
文件 269 2016-02-25 14:25 OrderDemo\OrderDemo\AppDelegate.h
文件 171 2016-02-25 14:25 __MACOSX\OrderDemo\OrderDemo\._AppDelegate.h
文件 2023 2016-02-25 14:25 OrderDemo\OrderDemo\AppDelegate.m
文件 171 2016-02-25 14:25 __MACOSX\OrderDemo\OrderDemo\._AppDelegate.m
目录 0 2016-02-25 14:25 OrderDemo\OrderDemo\Assets.xcassets\
目录 0 2016-02-25 14:25 OrderDemo\OrderDemo\Assets.xcassets\AppIcon.appiconset\
文件 1077 2016-02-25 14:25 OrderDemo\OrderDemo\Assets.xcassets\AppIcon.appiconset\Contents.json
目录 0 2016-02-25 16:55 __MACOSX\OrderDemo\OrderDemo\Assets.xcassets\
目录 0 2016-02-25 16:55 __MACOSX\OrderDemo\OrderDemo\Assets.xcassets\AppIcon.appiconset\
文件 171 2016-02-25 14:25 __MACOSX\OrderDemo\OrderDemo\Assets.xcassets\AppIcon.appiconset\._Contents.json
目录 0 2016-02-25 14:33 OrderDemo\OrderDemo\ba
文件 1664 2016-02-25 14:25 OrderDemo\OrderDemo\ba
目录 0 2016-02-25 16:55 __MACOSX\OrderDemo\OrderDemo\ba
文件 171 2016-02-25 14:25 __MACOSX\OrderDemo\OrderDemo\ba
文件 3003 2016-02-25 14:33 OrderDemo\OrderDemo\ba
文件 263 2016-02-25 16:12 OrderDemo\OrderDemo\CollectionViewCell.h
文件 171 2016-02-25 16:12 __MACOSX\OrderDemo\OrderDemo\._CollectionViewCell.h
文件 489 2016-02-25 16:13 OrderDemo\OrderDemo\CollectionViewCell.m
文件 171 2016-02-25 16:13 __MACOSX\OrderDemo\OrderDemo\._CollectionViewCell.m
文件 1495 2016-02-25 14:25 OrderDemo\OrderDemo\Info.plist
文件 326 2016-02-25 14:25 OrderDemo\OrderDemo\main.m
文件 171 2016-02-25 14:25 __MACOSX\OrderDemo\OrderDemo\._main.m
文件 10790 2016-02-03 17:33 OrderDemo\OrderDemo\shopcar.png
文件 514 2016-02-03 17:33 __MACOSX\OrderDemo\OrderDemo\._shopcar.png
............此处省略30个文件信息
相关资源
- js和CSS3媒体查询制作简单的响应式导
- 纯css实现固定在网页底部菜单导航
- 50种伸缩滑动折叠菜单(js、css、div实
- js导航菜单左侧竖纵向二级导航菜单可
- QT版QQ登陆框的账号下拉菜单
- DrawerLayout侧滑菜单,ViewPager + Fragmen
- lcd多级菜单的实现
- qt 设计菜单图标qt 设计菜单图标
- 51单片机lcd多级菜单
- pb8动态创建树和菜单,pb遍历生成菜单
- flash as3 仿苹果菜单
- QML自定义菜单样式
-
解决打开Dreamweaver出错,menus.xm
l创建 - Delphi源码精讲:程序最小化运行及托
- Q760642.zip windows程序设计 编写Windows窗
-
flash+xm
l多级可扩展导航菜单动画源 - labview实现菜单界面设计
- cadence菜单使用说明
- QToolButton 的扩展、多样化
- 添加桌面右键菜单(bat实现)
- Axure左边菜单,右边显示内容案例
- QT 基于mainwindow添加一个文件菜单
- WordPress手机端底部粘性菜单工具栏插
- PB权限菜单
-
xm
l+XSL树形菜单 - js做的收缩菜单效果非常好
- 数码管多级菜单自己调试.rar
- 用asm实现汇编三级菜单
- ant design pro动态菜单
- axure菜单和系统框架
评论
共有 条评论