Skip to content

Commit 835a285

Browse files
author
szl
committed
STSegmentedController
1 parent 656319d commit 835a285

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed
File renamed without changes.

STKitSwiftDemo/STKitSwiftDemo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
04783DC822CB01B70089AAB8 /* STGradientViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04783DC722CB01B70089AAB8 /* STGradientViewController.swift */; };
1414
0492AF2322C9A6C000F73D31 /* STHUDController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0492AF2222C9A6C000F73D31 /* STHUDController.swift */; };
1515
0492AF3222C9C29700F73D31 /* STAlertController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0492AF3122C9C29700F73D31 /* STAlertController.swift */; };
16-
04C812EE22CB5E07001002AA /* STSegmentedControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04C812ED22CB5E07001002AA /* STSegmentedControl.swift */; };
17-
04C812F022CB6059001002AA /* String+STKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04C812EF22CB6059001002AA /* String+STKit.swift */; };
1816
04EB3E0222CC2D270064DDF1 /* STSegmentedController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04EB3E0122CC2D270064DDF1 /* STSegmentedController.swift */; };
1917
4D69364BE872B2A6668E6F1A /* Pods_STKitSwiftDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B46BAF2544514D16BC81115 /* Pods_STKitSwiftDemo.framework */; };
2018
6784885E21B7CCFE0002FDF5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6784885D21B7CCFE0002FDF5 /* AppDelegate.swift */; };
@@ -30,8 +28,6 @@
3028
04783DC722CB01B70089AAB8 /* STGradientViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = STGradientViewController.swift; sourceTree = "<group>"; };
3129
0492AF2222C9A6C000F73D31 /* STHUDController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = STHUDController.swift; sourceTree = "<group>"; };
3230
0492AF3122C9C29700F73D31 /* STAlertController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = STAlertController.swift; sourceTree = "<group>"; };
33-
04C812ED22CB5E07001002AA /* STSegmentedControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = STSegmentedControl.swift; sourceTree = "<group>"; };
34-
04C812EF22CB6059001002AA /* String+STKit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+STKit.swift"; sourceTree = "<group>"; };
3531
04EB3E0122CC2D270064DDF1 /* STSegmentedController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = STSegmentedController.swift; sourceTree = "<group>"; };
3632
3B46BAF2544514D16BC81115 /* Pods_STKitSwiftDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_STKitSwiftDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3733
6784885A21B7CCFE0002FDF5 /* STKitSwiftDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = STKitSwiftDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -94,8 +90,6 @@
9490
04783DBB22CAE8870089AAB8 /* STPhoneTextFieldController.swift */,
9591
04783DC722CB01B70089AAB8 /* STGradientViewController.swift */,
9692
04EB3E0122CC2D270064DDF1 /* STSegmentedController.swift */,
97-
04C812ED22CB5E07001002AA /* STSegmentedControl.swift */,
98-
04C812EF22CB6059001002AA /* String+STKit.swift */,
9993
6784886121B7CCFE0002FDF5 /* Main.storyboard */,
10094
6784886421B7CD000002FDF5 /* Assets.xcassets */,
10195
6784886621B7CD000002FDF5 /* LaunchScreen.storyboard */,
@@ -232,9 +226,7 @@
232226
0492AF2322C9A6C000F73D31 /* STHUDController.swift in Sources */,
233227
04783DBC22CAE8870089AAB8 /* STPhoneTextFieldController.swift in Sources */,
234228
04783DC822CB01B70089AAB8 /* STGradientViewController.swift in Sources */,
235-
04C812F022CB6059001002AA /* String+STKit.swift in Sources */,
236229
6784885E21B7CCFE0002FDF5 /* AppDelegate.swift in Sources */,
237-
04C812EE22CB5E07001002AA /* STSegmentedControl.swift in Sources */,
238230
04EB3E0222CC2D270064DDF1 /* STSegmentedController.swift in Sources */,
239231
);
240232
runOnlyForDeploymentPostprocessing = 0;

STKitSwiftDemo/STKitSwiftDemo/STSegmentedController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import UIKit
1010
import SnapKit
11+
import STKitSwift
1112
class STSegmentedController: UIViewController {
1213

1314
// MARK: 1.lift cycle

0 commit comments

Comments
 (0)