Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
Release SealTalk Demo version 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
RongRobot committed Mar 2, 2017
1 parent 27c643d commit 9e4b61b
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 9 deletions.
3 changes: 3 additions & 0 deletions ios-rongimdemo/RCDAddFriendViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ - (void)didReceiveMemoryWarning {
}
- (void)actionAddFriend:(id)sender {
RCDUserInfo *user = [[RCDataBaseManager shareInstance] getFriendInfo:_targetUserInfo.userId];
if (user == nil) {
return;
}
if ([user.status isEqualToString:@"10"]) {
UIAlertView *alertView = [[UIAlertView alloc]
initWithTitle:nil
Expand Down
2 changes: 2 additions & 0 deletions ios-rongimdemo/RCDBaseSettingTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ -(id)initWithLeftImageStr:(NSString *)leftImageStr
if (leftImageStr != nil) {
self.leftImageView = [[UIImageView alloc] init];
self.leftImageView.contentMode = UIViewContentModeScaleAspectFill;
self.leftImageView.clipsToBounds = YES;
[self setImageView:self.leftImageView ImageStr:leftImageStr imageSize:leftImageSize LeftOrRight:0];
}
if (rightImageStr != nil) {
self.rightImageView = [[UIImageView alloc] init];
self.rightImageView.contentMode = UIViewContentModeScaleAspectFill;
self.rightImageView.clipsToBounds = YES;
[self setImageView:self.rightImageView ImageStr:rightImageStr imageSize:rightImageSize LeftOrRight:1];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"idiom" : "universal",
"filename" : "Icon_chat.png",
"filename" : "icon_chat.png",
"scale" : "2x"
},
{
Expand All @@ -18,4 +18,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
11 changes: 8 additions & 3 deletions ios-rongimdemo/RCloudMessage/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8.6 Stable</string>
<string>2.8.7 Stable</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -42,7 +42,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>201702161756</string>
<string>201703021813</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand All @@ -53,6 +53,11 @@
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>7xi6ox.com1.z0.glb.clouddn.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>7xogjk.com1.z0.glb.clouddn.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
Expand Down Expand Up @@ -121,7 +126,7 @@
<key>NSPhotoLibraryUsageDescription</key>
<string>访问相册</string>
<key>SealTalk Version</key>
<string>1.1.12</string>
<string>1.1.13</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down
Loading

0 comments on commit 9e4b61b

Please sign in to comment.