Skip to content

Commit d3f53ed

Browse files
committed
Update
1 parent c5942bc commit d3f53ed

11 files changed

Lines changed: 11 additions & 844 deletions

Demo/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# platform :ios, '9.0'
33

44
target 'UIScrollViewWrapDemo' do
5-
# pod 'UITableView+FDTemplateLayoutCell', '~> 1.4'
5+
pod 'UITableView+FDTemplateLayoutCell', '~> 1.4'
66

77
end

Demo/Podfile.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
PODFILE CHECKSUM: '09f4caf79502f99704d63701756d14a3e719a43e'
1+
PODS:
2+
- UITableView+FDTemplateLayoutCell (1.4)
3+
4+
DEPENDENCIES:
5+
- UITableView+FDTemplateLayoutCell (~> 1.4)
6+
7+
SPEC CHECKSUMS:
8+
UITableView+FDTemplateLayoutCell: 234e1582bcc4e18461af91155123bb96538ed030
9+
10+
PODFILE CHECKSUM: 61eb025e12394adc816c097b35506c5c4a424a00
211

312
COCOAPODS: 1.2.1.beta.1

Demo/UIScrollViewWrapDemo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
E83465751E8A809600F1F757 /* UICollectionViewCell+Model.m in Sources */ = {isa = PBXBuildFile; fileRef = E834656B1E8A809600F1F757 /* UICollectionViewCell+Model.m */; };
2020
E83465761E8A809600F1F757 /* UITableView+Model.m in Sources */ = {isa = PBXBuildFile; fileRef = E834656F1E8A809600F1F757 /* UITableView+Model.m */; };
2121
E83465771E8A809600F1F757 /* UITableViewCell+Model.m in Sources */ = {isa = PBXBuildFile; fileRef = E83465711E8A809600F1F757 /* UITableViewCell+Model.m */; };
22-
E83465801E8A883100F1F757 /* UITableView+FDIndexPathHeightCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E83465791E8A883100F1F757 /* UITableView+FDIndexPathHeightCache.m */; };
23-
E83465811E8A883100F1F757 /* UITableView+FDKeyedHeightCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E834657B1E8A883100F1F757 /* UITableView+FDKeyedHeightCache.m */; };
24-
E83465821E8A883100F1F757 /* UITableView+FDTemplateLayoutCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E834657D1E8A883100F1F757 /* UITableView+FDTemplateLayoutCell.m */; };
25-
E83465831E8A883100F1F757 /* UITableView+FDTemplateLayoutCellDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = E834657F1E8A883100F1F757 /* UITableView+FDTemplateLayoutCellDebug.m */; };
2622
E88AC1AE1E88CAEB00E450F6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E88AC1AD1E88CAEB00E450F6 /* main.m */; };
2723
E88AC1B11E88CAEB00E450F6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E88AC1B01E88CAEB00E450F6 /* AppDelegate.m */; };
2824
E88AC1B41E88CAEB00E450F6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E88AC1B31E88CAEB00E450F6 /* ViewController.m */; };
@@ -61,14 +57,6 @@
6157
E83465701E8A809600F1F757 /* UITableViewCell+Model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableViewCell+Model.h"; sourceTree = "<group>"; };
6258
E83465711E8A809600F1F757 /* UITableViewCell+Model.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableViewCell+Model.m"; sourceTree = "<group>"; };
6359
E83465721E8A809600F1F757 /* UITableViewWrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UITableViewWrap.h; sourceTree = "<group>"; };
64-
E83465781E8A883100F1F757 /* UITableView+FDIndexPathHeightCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+FDIndexPathHeightCache.h"; sourceTree = "<group>"; };
65-
E83465791E8A883100F1F757 /* UITableView+FDIndexPathHeightCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+FDIndexPathHeightCache.m"; sourceTree = "<group>"; };
66-
E834657A1E8A883100F1F757 /* UITableView+FDKeyedHeightCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+FDKeyedHeightCache.h"; sourceTree = "<group>"; };
67-
E834657B1E8A883100F1F757 /* UITableView+FDKeyedHeightCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+FDKeyedHeightCache.m"; sourceTree = "<group>"; };
68-
E834657C1E8A883100F1F757 /* UITableView+FDTemplateLayoutCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+FDTemplateLayoutCell.h"; sourceTree = "<group>"; };
69-
E834657D1E8A883100F1F757 /* UITableView+FDTemplateLayoutCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+FDTemplateLayoutCell.m"; sourceTree = "<group>"; };
70-
E834657E1E8A883100F1F757 /* UITableView+FDTemplateLayoutCellDebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+FDTemplateLayoutCellDebug.h"; sourceTree = "<group>"; };
71-
E834657F1E8A883100F1F757 /* UITableView+FDTemplateLayoutCellDebug.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+FDTemplateLayoutCellDebug.m"; sourceTree = "<group>"; };
7260
E88AC1A91E88CAEB00E450F6 /* UIScrollViewWrapDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UIScrollViewWrapDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
7361
E88AC1AD1E88CAEB00E450F6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
7462
E88AC1AF1E88CAEB00E450F6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -130,14 +118,6 @@
130118
E83465641E8A809600F1F757 /* Common */ = {
131119
isa = PBXGroup;
132120
children = (
133-
E83465781E8A883100F1F757 /* UITableView+FDIndexPathHeightCache.h */,
134-
E83465791E8A883100F1F757 /* UITableView+FDIndexPathHeightCache.m */,
135-
E834657A1E8A883100F1F757 /* UITableView+FDKeyedHeightCache.h */,
136-
E834657B1E8A883100F1F757 /* UITableView+FDKeyedHeightCache.m */,
137-
E834657C1E8A883100F1F757 /* UITableView+FDTemplateLayoutCell.h */,
138-
E834657D1E8A883100F1F757 /* UITableView+FDTemplateLayoutCell.m */,
139-
E834657E1E8A883100F1F757 /* UITableView+FDTemplateLayoutCellDebug.h */,
140-
E834657F1E8A883100F1F757 /* UITableView+FDTemplateLayoutCellDebug.m */,
141121
E83465651E8A809600F1F757 /* NSObject+SIQuickAssociated.h */,
142122
E83465661E8A809600F1F757 /* NSObject+SIQuickAssociated.m */,
143123
);
@@ -359,15 +339,12 @@
359339
isa = PBXSourcesBuildPhase;
360340
buildActionMask = 2147483647;
361341
files = (
362-
E83465821E8A883100F1F757 /* UITableView+FDTemplateLayoutCell.m in Sources */,
363342
E8D5EAD41E8A5FE80006BA7C /* CollectionViewController.m in Sources */,
364343
E8D5EAC61E8A1D240006BA7C /* GroupViewController.m in Sources */,
365344
E88AC1B41E88CAEB00E450F6 /* ViewController.m in Sources */,
366345
E8317D131E8A035E00926BB3 /* SystemStyleViewController.m in Sources */,
367346
E83465751E8A809600F1F757 /* UICollectionViewCell+Model.m in Sources */,
368347
E8317D171E8A077600926BB3 /* UIColor+Random.m in Sources */,
369-
E83465811E8A883100F1F757 /* UITableView+FDKeyedHeightCache.m in Sources */,
370-
E83465801E8A883100F1F757 /* UITableView+FDIndexPathHeightCache.m in Sources */,
371348
E83465761E8A809600F1F757 /* UITableView+Model.m in Sources */,
372349
E8317D271E8A0C3100926BB3 /* CustomTableViewCell.m in Sources */,
373350
E83465741E8A809600F1F757 /* UICollectionView+Model.m in Sources */,
@@ -376,7 +353,6 @@
376353
E8317D201E8A0A0F00926BB3 /* UIImage+Effect.m in Sources */,
377354
E8317D231E8A0B0E00926BB3 /* CellClassViewController.m in Sources */,
378355
E88AC1B11E88CAEB00E450F6 /* AppDelegate.m in Sources */,
379-
E83465831E8A883100F1F757 /* UITableView+FDTemplateLayoutCellDebug.m in Sources */,
380356
E88AC1AE1E88CAEB00E450F6 /* main.m in Sources */,
381357
E83465771E8A809600F1F757 /* UITableViewCell+Model.m in Sources */,
382358
);

UIScrollViewWrap/Common/UITableView+FDIndexPathHeightCache.h

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)