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

资源简介

仿饿了么,美团点菜tableview左右联动,代码清晰,需要的朋友可以参考下。

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  tableView联动
//
//  Created by administrator on 2017/5/9.
//  Copyright © 2017年 JohnLai. 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 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  2017-05-09 10:39  tableView鑱斿姩\
     目录           0  2017-05-09 10:42  tableView鑱斿姩\.git\
     文件          15  2017-05-09 10:39  tableView鑱斿姩\.git\COMMIT_EDITMSG
     文件         137  2017-05-09 10:39  tableView鑱斿姩\.git\config
     文件          73  2017-05-09 10:39  tableView鑱斿姩\.git\description
     文件          23  2017-05-09 10:39  tableView鑱斿姩\.git\HEAD
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\hooks\
     文件         177  2017-05-09 10:39  tableView鑱斿姩\.git\hooks\README.sample
     文件        2587  2017-05-09 10:42  tableView鑱斿姩\.git\index
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\info\
     文件          40  2017-05-09 10:39  tableView鑱斿姩\.git\info\exclude
     目录           0  2017-05-09 11:39  __MACOSX\
     目录           0  2017-05-09 11:39  __MACOSX\tableView鑱斿姩\
     目录           0  2017-05-09 11:39  __MACOSX\tableView鑱斿姩\.git\
     目录           0  2017-05-09 11:39  __MACOSX\tableView鑱斿姩\.git\info\
     文件         171  2017-05-09 10:39  __MACOSX\tableView鑱斿姩\.git\info\._exclude
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\logs\
     文件         181  2017-05-09 10:39  tableView鑱斿姩\.git\logs\HEAD
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\logs\refs\
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\logs\refs\heads\
     文件         181  2017-05-09 10:39  tableView鑱斿姩\.git\logs\refs\heads\master
     目录           0  2017-05-09 10:42  tableView鑱斿姩\.git\objects\
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\objects\03\
     文件         131  2017-05-09 10:39  tableView鑱斿姩\.git\objects\03\46f6bd362e904cee990bf05f15e3651d526807
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\objects\10\
     文件         149  2017-05-09 10:39  tableView鑱斿姩\.git\objects\10\533539ea8d8d4b9c16ce27bc325f36ad499ecf
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\objects\18\
     文件         150  2017-05-09 10:39  tableView鑱斿姩\.git\objects\18\b7106db76f7402008e5eaa55208207f73d25b9
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\objects\1f\
     文件         927  2017-05-09 10:39  tableView鑱斿姩\.git\objects\1f\eb818aa0f6f82c00d5fbc04f02e2528ee4a26c
     目录           0  2017-05-09 10:39  tableView鑱斿姩\.git\objects\27\
............此处省略112个文件信息

评论

共有 条评论