Skip to content

Commit 631dbb4

Browse files
author
张行
committed
💚 【升级 Api 到3.4.0 代码更加的简单】
1 parent 69ed7ca commit 631dbb4

225 files changed

Lines changed: 2515 additions & 3500 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

-2 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,14 @@
77
#
88

99
Pod::Spec.new do |s|
10-
s.name = 'ZHTableViewGroupObjc'
11-
s.version = '3.0.0'
10+
s.name = 'DriverListNode'
11+
s.version = '3.4.0'
1212
s.summary = 'Manger UITableView DataSource More Cell Style'
1313

1414
s.homepage = 'https://github.com/josercc/ZHTableViewGroup'
1515
s.license = { :type => 'MIT', :file => 'LICENSE' }
1616
s.author = { '15038777234' => '15038777234@163.com' }
1717
s.source = { :git => 'https://github.com/josercc/ZHTableViewGroup.git', :tag => s.version.to_s }
1818
s.ios.deployment_target = '8.0'
19-
s.source_files = 'ZHTableViewGroup/Classes/**/*'
20-
# s.resource_bundles = {
21-
# 'ZHTableViewGroup' => ['ZHTableViewGroup/Assets/*.png']
22-
# }
23-
# s.public_header_files = 'Pod/Classes/**/*.h'
24-
# s.frameworks = 'UIKit', 'MapKit'
25-
# s.dependency 'AFNetworking', '~> 2.3'
19+
s.source_files = 'Sources/DriverList/**/*.{h,m}'
2620
end

Example/DriverListNodeCocoPods/DriverListNodeCocoPods.xcodeproj/project.pbxproj

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.

Example/ZHTableViewGroup.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Example/DriverListNodeCocoPods/DriverListNodeCocoPods.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/ZHTableViewGroup.xcworkspace/contents.xcworkspacedata renamed to Example/DriverListNodeCocoPods/DriverListNodeCocoPods.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
//
2+
// AppDelegate.h
3+
// DriverListNodeCocoPods
4+
//
5+
// Created by 张行 on 2019/8/20.
6+
// Copyright © 2019 张行. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@interface AppDelegate : UIResponder <UIApplicationDelegate>
12+
13+
@property (strong, nonatomic) UIWindow *window;
14+
15+
16+
@end
17+
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
//
2+
// AppDelegate.m
3+
// DriverListNodeCocoPods
4+
//
5+
// Created by 张行 on 2019/8/20.
6+
// Copyright © 2019 张行. All rights reserved.
7+
//
8+
9+
#import "AppDelegate.h"
10+
11+
@interface AppDelegate ()
12+
13+
@end
14+
15+
@implementation AppDelegate
16+
17+
18+
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
19+
// Override point for customization after application launch.
20+
return YES;
21+
}
22+
23+
24+
- (void)applicationWillResignActive:(UIApplication *)application {
25+
// 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.
26+
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
27+
}
28+
29+
30+
- (void)applicationDidEnterBackground:(UIApplication *)application {
31+
// 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.
32+
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
33+
}
34+
35+
36+
- (void)applicationWillEnterForeground:(UIApplication *)application {
37+
// 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.
38+
}
39+
40+
41+
- (void)applicationDidBecomeActive:(UIApplication *)application {
42+
// 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.
43+
}
44+
45+
46+
- (void)applicationWillTerminate:(UIApplication *)application {
47+
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
48+
}
49+
50+
51+
@end

Example/ZHTableViewGroup/Images.xcassets/AppIcon.appiconset/Contents.json renamed to Example/DriverListNodeCocoPods/DriverListNodeCocoPods/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@
8484
"idiom" : "ipad",
8585
"size" : "83.5x83.5",
8686
"scale" : "2x"
87+
},
88+
{
89+
"idiom" : "ios-marketing",
90+
"size" : "1024x1024",
91+
"scale" : "1x"
8792
}
8893
],
8994
"info" : {
9095
"version" : 1,
9196
"author" : "xcode"
9297
}
93-
}
98+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}

0 commit comments

Comments
 (0)