资源简介
模仿美团外卖点餐功能,主要在于处理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个文件信息
相关资源
- pb 实现仿BS界面 dw菜单 powerbuild
- c 做的漂亮菜单附有源代码
- 树状导航菜单的制作
- 如何删除Linux系统后找回Windows的启动
- STM32用链表实现多级菜单
- XP win7启动菜单修复工具NTBOOTautofix v
- Win7和XP双系统启动菜单恢复
- 桌面右键菜单新建.md文件
- Win10开始菜单修复工具Windows 10 Start
- 折叠式侧滑菜单
- 按键LCD多级菜单
- 最简单的方式实现美团,大众下拉菜
- 基于正点原子stm32mini开发板的触摸屏
- 175个软件工具栏小图标
- AutoCAD图标大全[二次开发必备]
- 网易新闻底部菜单栏
- 基于Bootstrap Ace模板的菜单Tab页效果优
- 图形学,利用OpenGL函数进行鼠标、键
- 仿微信聊天界面 底部弹出菜单的实现
- slidingmenu侧滑菜单点击事件案例
- 点菜系统包含服务系统和后台管理系
- EasyBCD2.3
- STM32汉字系统菜单
- 安卓7.0模仿微信右上角弹出菜单
- Visual Assist X 2237+破解补丁+汉化包+菜单
- 有菜单的交互式绘图系统
- js树形菜单大集合(几十种demo)
- swift,苹果开发膳食菜单
- qq侧滑菜单栏效果的实现
- STM32F103OLED显示菜单实验
评论
共有 条评论