Skip to content

Commit

Permalink
ios12适配
Browse files Browse the repository at this point in the history
  • Loading branch information
xushichen committed Sep 10, 2018
1 parent 52c2ac7 commit d5251c8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,22 @@ chatViewManager.orientationMask = UIInterfaceOrientationMaskPortrait;
#### 更新记录:
sdk v4.0.6版本更新功能:
1.适配iOS12
------
sdk v4.0.5版本更新功能:
1.更新客户信息支持回调
2.满意度调查UI适配iPhone X
3.网络检查组件“UdeskReachability” crash修复
------
sdk v4.0.4版本更新功能:
1.消息优化
Expand Down
2 changes: 1 addition & 1 deletion UdeskSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'UdeskSDK'
s.version = '4.0.5'
s.version = '4.0.6'
s.license = 'MIT'
s.summary = 'Udesk SDK for iOS'
s.homepage = 'https://github.com/udesk/UdeskSDK-iOS'
Expand Down
Binary file modified UdeskSDK/SDK/libUdesk.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ -(void)setFrameAndZoom:(UIImageView *)imageView withMessageURL:(NSString *)url
imageH = imageView.image.size.height;
//放大的图片 显示原图片 不缩小
self.mainImageView.image = imageView.image;
[self.mainImageView yy_setImageWithURL:[NSURL URLWithString:url] placeholder:imageView.image];
[self.mainImageView yy_setImageWithURL:[NSURL URLWithString:[url stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]] placeholder:imageView.image];
}

//设置主图片Frame 与缩小比例
Expand Down

0 comments on commit d5251c8

Please sign in to comment.