Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b0c47b

Browse files
项目 icon 可能是 gif,会引起崩溃 - fix
1 parent 983dfce commit 4b0c47b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

‎Coding_iOS/Coding_Enterprise_iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>2.9.7.20181022.1</string>
31+
<string>2.9.7.20181022.2</string>
3232
<key>ITSAppUsesNonExemptEncryption</key>
3333
<false/>
3434
<key>LSApplicationQueriesSchemes</key>

‎Coding_iOS/Coding_iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>5.4.2.20181022.1</string>
40+
<string>5.4.2.20181022.2</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSApplicationQueriesSchemes</key>

‎Coding_iOS/Views/Cell/ProjectAboutMeListCell.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313

1414
#import "ProjectAboutMeListCell.h"
1515
#import "NSString+Attribute.h"
16+
#import "YLImageView.h"
1617

1718
@interface ProjectAboutMeListCell ()
1819
@property (nonatomic, strong) Project *project;
19-
@property (nonatomic, strong) UIImageView *projectIconView, *privateIconView, *pinIconView;
20+
@property (strong, nonatomic) YLImageView *projectIconView;
21+
@property (nonatomic, strong) UIImageView *privateIconView, *pinIconView;
2022
@property (nonatomic, strong) UIButton *setCommonBtn;
2123
@property (nonatomic, strong) UILabel *projectTitleLabel;
2224
@property (nonatomic, strong) UILabel *ownerTitleLabel;
@@ -31,7 +33,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
3133
if (self) {
3234
// Initialization code
3335
if (!_projectIconView) {
34-
_projectIconView = [[UIImageView alloc] initWithFrame:CGRectMake(kPaddingLeftWidth, kPaddingLeftWidth, kIconSize, kIconSize)];
36+
_projectIconView = [[YLImageView alloc] initWithFrame:CGRectMake(kPaddingLeftWidth, kPaddingLeftWidth, kIconSize, kIconSize)];
3537
_projectIconView.layer.masksToBounds = YES;
3638
_projectIconView.layer.cornerRadius = 2.0;
3739
[self.contentView addSubview:_projectIconView];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /