Skip to content

Commit

Permalink
Merge branch 'master' into ios-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimon Lapuente committed May 12, 2015
2 parents 5cd975b + 9583741 commit 944101f
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 704 deletions.
171 changes: 0 additions & 171 deletions Peacock.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions Peacock/UILabel/LYUILabelWithVerticalScrollAnimationOnSetText.h

This file was deleted.

52 changes: 0 additions & 52 deletions Peacock/UILabel/LYUILabelWithVerticalScrollAnimationOnSetText.m

This file was deleted.

4 changes: 0 additions & 4 deletions Peacock/UILabel/UILabel+LYAttributedLabel.h
Expand Up @@ -7,10 +7,6 @@

@interface UILabel (LYAttributedLabel)

// these are deprecated see, #import "UILabel+FontAppearance.h"
@property (nonatomic, copy) UIColor* LYTextColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, copy) UIFont* LYFont UI_APPEARANCE_SELECTOR;

@property (nonatomic, assign) NSLineBreakMode LYLineBreakMode UI_APPEARANCE_SELECTOR;

@property (nonatomic, assign) NSTextAlignment LYTextAlignment UI_APPEARANCE_SELECTOR;
Expand Down
48 changes: 0 additions & 48 deletions Peacock/UILabel/UILabel+SizeToFitText.h

This file was deleted.

212 changes: 0 additions & 212 deletions Peacock/UILabel/UILabel+SizeToFitText.m

This file was deleted.

12 changes: 0 additions & 12 deletions Peacock/UILabel/UILabel+VerticalAlignText.h

This file was deleted.

32 changes: 0 additions & 32 deletions Peacock/UILabel/UILabel+VerticalAlignText.m

This file was deleted.

Expand Up @@ -5,15 +5,6 @@

#import <UIKit/UIKit.h>

@interface UIViewController (AttributedStringTitle)
// this is deprecated
-(void)setAttributedTitle:(NSString*)titleText;

// use this now, after having set the title
-(void)setAttributedTitle;
@end


@interface UIViewController (AttributedStringTitleExtensions)
// you should rarely, if ever, need this; it's for other classes to build out from
-(void)setAttributedTitle:(NSString*)titleText usingLabel:(UILabel*)titleView;
Expand Down

0 comments on commit 944101f

Please sign in to comment.