Skip to content

Commit

Permalink
Removed font setting because of performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
elwerene committed Aug 27, 2013
1 parent 8cb7236 commit 75d7db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BButton/BButton.m
Expand Up @@ -61,7 +61,7 @@ - (void)setup
{
self.backgroundColor = [UIColor clearColor];
self.titleLabel.shadowOffset = CGSizeMake(0.0f, -1.0f);
self.titleLabel.font = [UIFont boldSystemFontOfSize:17.0f];
//self.titleLabel.font = [UIFont boldSystemFontOfSize:17.0f];
self.shouldShowDisabled = NO;
[self setType:BButtonTypeDefault];
}
Expand Down Expand Up @@ -344,4 +344,4 @@ - (void)setGradientEnabled:(BOOL)enabled
CGColorSpaceRelease(colorSpace);
}

@end
@end

0 comments on commit 75d7db3

Please sign in to comment.