Skip to content

Commit

Permalink
Release RongCloud CallKit SDK 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BailingIOS committed Jan 30, 2019
1 parent bb1ddd4 commit a54d6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ - (instancetype)initWithIncomingCall:(RCCallSession *)callSession {
[self registerForegroundNotification];
[_callSession setDelegate:self];
[RCCallKitUtility setScreenForceOn];
self.needPlayingRingAfterForeground = YES;
}
return self;
}
Expand Down Expand Up @@ -1284,8 +1285,7 @@ - (void)resetLayout:(BOOL)isMultiCall mediaType:(RCCallMediaType)mediaType callS
}

- (void)layoutTextUnderImageButton:(UIButton *)button {
// [button.titleLabel setFont:[UIFont systemFontOfSize:12]];
[button.titleLabel setFont:[UIFont fontWithName:@"PingFangSC-Regular" size:13]];
[button.titleLabel setFont:[UIFont systemFontOfSize:12]];
[button setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];

button.titleEdgeInsets = UIEdgeInsetsMake(0, -button.imageView.frame.size.width,
Expand Down
2 changes: 1 addition & 1 deletion ios-rongcallkit/RongCallKit/Utility/RCCallKitUtility.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedAscending)

#define RCCallHeaderLength 80.0f
#define RCCallButtonLength 64.0f
#define RCCallButtonLength 65.0f
#define RCCallLabelHeight 25.0f
#define RCCallVerticalMargin 32.0f
#define RCCallHorizontalMargin 25.0f
Expand Down

0 comments on commit a54d6a7

Please sign in to comment.