Skip to content

Commit

Permalink
Using index instead of token title for color scheme of individual token.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Shanbhag authored and ayanonagon committed Jun 26, 2015
1 parent 955a315 commit 959ffe8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion VENTokenField/VENToken.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
@property (assign, nonatomic) BOOL highlighted;
@property (copy, nonatomic) void (^didTapTokenBlock) (void);
@property (strong, nonatomic) UIColor *colorScheme;
@property (strong, nonatomic, readonly) NSString *title;

- (void)setTitleText:(NSString *)text;

Expand Down
4 changes: 0 additions & 4 deletions VENTokenField/VENToken.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ - (void)setColorScheme:(UIColor *)colorScheme
[self setHighlighted:_highlighted];
}

- (NSString *)title {
return self.titleLabel.text;
}


#pragma mark - Private

Expand Down

0 comments on commit 959ffe8

Please sign in to comment.