Skip to content

Commit 0a1e42b

Browse files
committed
Replace UICollectionView
1 parent 8354646 commit 0a1e42b

File tree

6 files changed

+168
-461
lines changed

6 files changed

+168
-461
lines changed

Cartfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
github "nakiostudio/EasyPeasy"

StackScrollView-Demo/ViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ class ViewController: UIViewController {
7474
}
7575

7676
stackScrollView.append(
77-
views: [labelFromTextCell] + [topCells, mediumCells, bottomCells].flatMap { $0 },
78-
animated: false)
77+
views: [labelFromTextCell] + [topCells, mediumCells, bottomCells].flatMap { $0 })
7978

8079
stackScrollView.autoresizingMask = [.flexibleWidth, .flexibleHeight]
8180
stackScrollView.frame = view.bounds

StackScrollView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
4B6C2D9E1D8DA3FB003D3A46 /* StackScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6C2D9C1D8DA3FB003D3A46 /* StackScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; };
1111
4B6C2DA61D8DA42A003D3A46 /* StackScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6C2DA41D8DA42A003D3A46 /* StackScrollView.swift */; };
1212
4B6C2DA71D8DA42A003D3A46 /* StackScrollViewCellType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6C2DA51D8DA42A003D3A46 /* StackScrollViewCellType.swift */; };
13-
4B6C2DAA1D8DA439003D3A46 /* EasyPeasy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B6C2DA91D8DA439003D3A46 /* EasyPeasy.framework */; };
1413
4B6C2DB21D8DA68E003D3A46 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6C2DB11D8DA68E003D3A46 /* AppDelegate.swift */; };
1514
4B6C2DB41D8DA68E003D3A46 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6C2DB31D8DA68E003D3A46 /* ViewController.swift */; };
1615
4B6C2DB71D8DA68E003D3A46 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4B6C2DB51D8DA68E003D3A46 /* Main.storyboard */; };
@@ -67,7 +66,6 @@
6766
4B6C2DB81D8DA68E003D3A46 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6867
4B6C2DBB1D8DA68E003D3A46 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6968
4B6C2DBD1D8DA68E003D3A46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
70-
4BDB87D61DBFB49500E70D5B /* BetaStackScrollView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BetaStackScrollView.swift; sourceTree = "<group>"; };
7169
4BDB87D81DBFBC8800E70D5B /* RevealServer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = RevealServer.framework; sourceTree = "<group>"; };
7270
4BE8B6F51D8E5AF200A4DC33 /* Then.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Then.framework; path = Carthage/Build/iOS/Then.framework; sourceTree = "<group>"; };
7371
/* End PBXFileReference section */
@@ -77,7 +75,6 @@
7775
isa = PBXFrameworksBuildPhase;
7876
buildActionMask = 2147483647;
7977
files = (
80-
4B6C2DAA1D8DA439003D3A46 /* EasyPeasy.framework in Frameworks */,
8178
);
8279
runOnlyForDeploymentPostprocessing = 0;
8380
};
@@ -119,7 +116,6 @@
119116
isa = PBXGroup;
120117
children = (
121118
4B6C2DA41D8DA42A003D3A46 /* StackScrollView.swift */,
122-
4BDB87D61DBFB49500E70D5B /* BetaStackScrollView.swift */,
123119
4B6C2DA51D8DA42A003D3A46 /* StackScrollViewCellType.swift */,
124120
4B6C2D9C1D8DA3FB003D3A46 /* StackScrollView.h */,
125121
4B6C2D9D1D8DA3FB003D3A46 /* Info.plist */,
@@ -353,7 +349,7 @@
353349
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
354350
GCC_WARN_UNUSED_FUNCTION = YES;
355351
GCC_WARN_UNUSED_VARIABLE = YES;
356-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
352+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
357353
MTL_ENABLE_DEBUG_INFO = YES;
358354
ONLY_ACTIVE_ARCH = YES;
359355
SDKROOT = iphoneos;
@@ -400,7 +396,7 @@
400396
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
401397
GCC_WARN_UNUSED_FUNCTION = YES;
402398
GCC_WARN_UNUSED_VARIABLE = YES;
403-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
399+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
404400
MTL_ENABLE_DEBUG_INFO = NO;
405401
SDKROOT = iphoneos;
406402
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

StackScrollView/BetaStackScrollView.swift

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

0 commit comments

Comments
 (0)