• 大小: 173KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-17
  • 语言: 其他
  • 标签: 菜单  

资源简介

模仿美团外卖点餐功能,主要在于处理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\base.lproj\
     文件        1664  2016-02-25 14:25  OrderDemo\OrderDemo\base.lproj\LaunchScreen.storyboard
     目录           0  2016-02-25 16:55  __MACOSX\OrderDemo\OrderDemo\base.lproj\
     文件         171  2016-02-25 14:25  __MACOSX\OrderDemo\OrderDemo\base.lproj\._LaunchScreen.storyboard
     文件        3003  2016-02-25 14:33  OrderDemo\OrderDemo\base.lproj\Main.storyboard
     文件         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个文件信息

评论

共有 条评论