Skip to content

Commit

Permalink
Merge pull request #14 from powerqian/master
Browse files Browse the repository at this point in the history
iOS 6 Compatibility
  • Loading branch information
cwRichardKim committed Jul 8, 2015
2 parents a62e878 + a1dad34 commit 5352742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RKNotificationHub.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ s.social_media_url = "http://twitter.com/cwrichardkim"
#

# s.platform = :ios
s.platform = :ios, "7.0"
s.platform = :ios, "6.0"

# When using multiple platforms
# s.ios.deployment_target = "5.0"
Expand Down
1 change: 1 addition & 0 deletions RKNotificationHub/RKNotificationHub.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ - (void)setView:(UIView *)view andCount:(NSUInteger)startCount
self.count = startCount;
[countLabel setTextAlignment:NSTextAlignmentCenter];
countLabel.textColor = [UIColor whiteColor];
countLabel.backgroundColor = [UIColor clearColor];

[self setCircleAtFrame:CGRectMake(frame.size.width- (RKNotificationHubDefaultDiameter*2/3), -RKNotificationHubDefaultDiameter/3, RKNotificationHubDefaultDiameter, RKNotificationHubDefaultDiameter)];

Expand Down

0 comments on commit 5352742

Please sign in to comment.