Skip to content

Commit

Permalink
Moved SSIndicatorLabel to its own project since no one really uses this
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Oct 9, 2011
1 parent 600465f commit f0a9215
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 291 deletions.
3 changes: 3 additions & 0 deletions Readme.markdown
Expand Up @@ -10,6 +10,9 @@ If you're using this in your project, I'd love to hear about it! [Send me an ema

### Views

* [SSAnimatedImageView][] - easily create timed or keyframed animations
* [SSBadgeView][] - badge accessory view for table cells, similar to Mail.app unread counts
* [SSBorderedView][] - draw boxes with top and bottom borders with optional insets
* [SSCollectionView][] - simple collection view modeled after UITableView and NSCollectionView
* [SSGradientView][] - easily create gradients with optional borders and insets
* [SSHUDView][] - simple heads-up display
Expand Down
16 changes: 0 additions & 16 deletions SSCatalog/Classes/SCIndicatorLabelDemoViewController.h

This file was deleted.

87 changes: 0 additions & 87 deletions SSCatalog/Classes/SCIndicatorLabelDemoViewController.m

This file was deleted.

1 change: 0 additions & 1 deletion SSCatalog/Classes/SCRootViewController.m
Expand Up @@ -44,7 +44,6 @@ - (void)viewDidLoad {
@"SCCollectionViewDemoViewController",
@"SCGradientViewDemoViewController",
@"SCHUDViewDemoViewController",
@"SCIndicatorLabelDemoViewController",
@"SCLineViewDemoViewController",
@"SCLoadingViewDemoViewController",
@"SCPieProgressViewDemoViewController",
Expand Down
6 changes: 0 additions & 6 deletions SSCatalog/SSCatalog.xcodeproj/project.pbxproj
Expand Up @@ -19,7 +19,6 @@
B24E9EB2121DC35B0085F81E /* SCRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B24E9EA9121DC35B0085F81E /* SCRootViewController.m */; };
B25541EE12FF22B500D6E187 /* Default-Landscape~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = B25541ED12FF22B500D6E187 /* Default-Landscape~ipad.png */; };
B25541F012FF22BA00D6E187 /* Default-Portrait~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = B25541EF12FF22BA00D6E187 /* Default-Portrait~ipad.png */; };
B2572FEC12924C28001FC061 /* SCIndicatorLabelDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B2572FEB12924C28001FC061 /* SCIndicatorLabelDemoViewController.m */; };
B257303D1292524F001FC061 /* SCLoadingViewDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B257303C1292524F001FC061 /* SCLoadingViewDemoViewController.m */; };
B27B1A581224228000111EA2 /* SCCollectionViewDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B27B1A571224228000111EA2 /* SCCollectionViewDemoViewController.m */; };
B28C6D0B12FBE96600667755 /* SSRatingDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B28C6D0A12FBE96600667755 /* SSRatingDemoViewController.m */; };
Expand Down Expand Up @@ -107,8 +106,6 @@
B24E9EC5121DC3CF0085F81E /* SSToolkit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SSToolkit.xcodeproj; path = ../SSToolkit.xcodeproj; sourceTree = SOURCE_ROOT; };
B25541ED12FF22B500D6E187 /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape~ipad.png"; sourceTree = "<group>"; };
B25541EF12FF22BA00D6E187 /* Default-Portrait~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait~ipad.png"; sourceTree = "<group>"; };
B2572FEA12924C28001FC061 /* SCIndicatorLabelDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCIndicatorLabelDemoViewController.h; sourceTree = "<group>"; };
B2572FEB12924C28001FC061 /* SCIndicatorLabelDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCIndicatorLabelDemoViewController.m; sourceTree = "<group>"; };
B257303B1292524F001FC061 /* SCLoadingViewDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCLoadingViewDemoViewController.h; sourceTree = "<group>"; };
B257303C1292524F001FC061 /* SCLoadingViewDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCLoadingViewDemoViewController.m; sourceTree = "<group>"; };
B27B1A561224228000111EA2 /* SCCollectionViewDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCCollectionViewDemoViewController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -300,8 +297,6 @@
B24E9E9B121DC35B0085F81E /* SCGradientViewDemoViewController.m */,
B24E9E9C121DC35B0085F81E /* SCHUDViewDemoViewController.h */,
B24E9E9D121DC35B0085F81E /* SCHUDViewDemoViewController.m */,
B2572FEA12924C28001FC061 /* SCIndicatorLabelDemoViewController.h */,
B2572FEB12924C28001FC061 /* SCIndicatorLabelDemoViewController.m */,
B24E9E9E121DC35B0085F81E /* SCLineViewDemoViewController.h */,
B24E9E9F121DC35B0085F81E /* SCLineViewDemoViewController.m */,
B257303B1292524F001FC061 /* SCLoadingViewDemoViewController.h */,
Expand Down Expand Up @@ -486,7 +481,6 @@
B24E9EB1121DC35B0085F81E /* SCPieProgressViewDemoViewController.m in Sources */,
B24E9EB2121DC35B0085F81E /* SCRootViewController.m in Sources */,
B27B1A581224228000111EA2 /* SCCollectionViewDemoViewController.m in Sources */,
B2572FEC12924C28001FC061 /* SCIndicatorLabelDemoViewController.m in Sources */,
B257303D1292524F001FC061 /* SCLoadingViewDemoViewController.m in Sources */,
B2B3CEEF1296F78D001BAC94 /* SCSwitchDemoViewController.m in Sources */,
E7FD242712F4FFC5006A6691 /* SCBadgeTableViewCellDemoViewController.m in Sources */,
Expand Down
8 changes: 0 additions & 8 deletions SSToolkit.xcodeproj/project.pbxproj
Expand Up @@ -50,8 +50,6 @@
B24E9E52121DC29A0085F81E /* SSGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = B24E9E14121DC29A0085F81E /* SSGradientView.m */; };
B24E9E53121DC29A0085F81E /* SSHUDView.h in Headers */ = {isa = PBXBuildFile; fileRef = B24E9E15121DC29A0085F81E /* SSHUDView.h */; };
B24E9E54121DC29A0085F81E /* SSHUDView.m in Sources */ = {isa = PBXBuildFile; fileRef = B24E9E16121DC29A0085F81E /* SSHUDView.m */; };
B24E9E55121DC29A0085F81E /* SSIndicatorLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = B24E9E17121DC29A0085F81E /* SSIndicatorLabel.h */; };
B24E9E56121DC29A0085F81E /* SSIndicatorLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = B24E9E18121DC29A0085F81E /* SSIndicatorLabel.m */; };
B24E9E59121DC29A0085F81E /* SSLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = B24E9E1B121DC29A0085F81E /* SSLabel.h */; };
B24E9E5A121DC29A0085F81E /* SSLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = B24E9E1C121DC29A0085F81E /* SSLabel.m */; };
B24E9E5B121DC29A0085F81E /* SSLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = B24E9E1D121DC29A0085F81E /* SSLineView.h */; };
Expand Down Expand Up @@ -189,8 +187,6 @@
B24E9E14121DC29A0085F81E /* SSGradientView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSGradientView.m; sourceTree = "<group>"; };
B24E9E15121DC29A0085F81E /* SSHUDView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSHUDView.h; sourceTree = "<group>"; };
B24E9E16121DC29A0085F81E /* SSHUDView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSHUDView.m; sourceTree = "<group>"; };
B24E9E17121DC29A0085F81E /* SSIndicatorLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSIndicatorLabel.h; sourceTree = "<group>"; };
B24E9E18121DC29A0085F81E /* SSIndicatorLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSIndicatorLabel.m; sourceTree = "<group>"; };
B24E9E1B121DC29A0085F81E /* SSLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSLabel.h; sourceTree = "<group>"; };
B24E9E1C121DC29A0085F81E /* SSLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSLabel.m; sourceTree = "<group>"; };
B24E9E1D121DC29A0085F81E /* SSLineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSLineView.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -468,8 +464,6 @@
B24E9E14121DC29A0085F81E /* SSGradientView.m */,
B24E9E15121DC29A0085F81E /* SSHUDView.h */,
B24E9E16121DC29A0085F81E /* SSHUDView.m */,
B24E9E17121DC29A0085F81E /* SSIndicatorLabel.h */,
B24E9E18121DC29A0085F81E /* SSIndicatorLabel.m */,
B24E9E1B121DC29A0085F81E /* SSLabel.h */,
B24E9E1C121DC29A0085F81E /* SSLabel.m */,
B24E9E1D121DC29A0085F81E /* SSLineView.h */,
Expand Down Expand Up @@ -584,7 +578,6 @@
B24E9E50121DC29A0085F81E /* SSDrawingUtilities.h in Headers */,
B24E9E51121DC29A0085F81E /* SSGradientView.h in Headers */,
B24E9E53121DC29A0085F81E /* SSHUDView.h in Headers */,
B24E9E55121DC29A0085F81E /* SSIndicatorLabel.h in Headers */,
B24E9E59121DC29A0085F81E /* SSLabel.h in Headers */,
B24E9E5B121DC29A0085F81E /* SSLineView.h in Headers */,
B24E9E5D121DC29A0085F81E /* SSLoadingView.h in Headers */,
Expand Down Expand Up @@ -739,7 +732,6 @@
B24E9E4C121DC29A0085F81E /* NSURL+SSToolkitAdditions.m in Sources */,
B24E9E52121DC29A0085F81E /* SSGradientView.m in Sources */,
B24E9E54121DC29A0085F81E /* SSHUDView.m in Sources */,
B24E9E56121DC29A0085F81E /* SSIndicatorLabel.m in Sources */,
B24E9E5A121DC29A0085F81E /* SSLabel.m in Sources */,
B24E9E5C121DC29A0085F81E /* SSLineView.m in Sources */,
B24E9E5E121DC29A0085F81E /* SSLoadingView.m in Sources */,
Expand Down
48 changes: 0 additions & 48 deletions SSToolkit/SSIndicatorLabel.h

This file was deleted.

123 changes: 0 additions & 123 deletions SSToolkit/SSIndicatorLabel.m

This file was deleted.

2 changes: 0 additions & 2 deletions SSToolkit/SSToolkit.h
Expand Up @@ -19,7 +19,6 @@
#import "SSCollectionViewItem.h"
#import "SSGradientView.h"
#import "SSHUDView.h"
#import "SSIndicatorLabel.h"
#import "SSLabel.h"
#import "SSLineView.h"
#import "SSLoadingView.h"
Expand Down Expand Up @@ -60,7 +59,6 @@
#import <SSToolkit/SSCollectionViewItem.h>
#import <SSToolkit/SSGradientView.h>
#import <SSToolkit/SSHUDView.h>
#import <SSToolkit/SSIndicatorLabel.h>
#import <SSToolkit/SSLabel.h>
#import <SSToolkit/SSLineView.h>
#import <SSToolkit/SSLoadingView.h>
Expand Down

0 comments on commit f0a9215

Please sign in to comment.