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 084e34a

Browse files
去掉调试数据
1 parent 2beebd9 commit 084e34a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎MHDevelopExample/MHDevelopExample/Classes/Comment/TwoTableView/MHTopicTwoController.m‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ - (void)_setupData
158158
{
159159
NSDate *date = [NSDate date];
160160
// 初始化100条数据
161-
for (NSInteger i = 1; i>0; i--) {
161+
for (NSInteger i = 100; i>0; i--) {
162162

163163
// 话题
164164
MHTopic *topic = [[MHTopic alloc] init];
@@ -176,7 +176,7 @@ - (void)_setupData
176176
topic.text = [self.textString substringFromIndex:[NSObject mh_randomNumber:0 to:self.textString.length-1]];
177177
topic.user = self.users[[NSObject mh_randomNumber:0 to:9]];
178178

179-
NSInteger commentsCount = 100;//[NSObject mh_randomNumber:0 to:15];
179+
NSInteger commentsCount = [NSObject mh_randomNumber:0 to:15];
180180
topic.commentsCount = commentsCount;
181181
for (NSInteger j = 0; j<commentsCount; j++) {
182182
MHComment *comment = [[MHComment alloc] init];

‎MHDevelopExample/MHDevelopExample/Classes/MVC&MVVM/Base/BaseView/SUGoodsCell.m‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ - (void)awakeFromNib{
102102
self.extraFee.backgroundColor = SUGlobalPinkColor;
103103
self.extraFee.textColor = [UIColor whiteColor];
104104
self.extraFee.layer.cornerRadius = 2;
105-
#warning COderMikeHe FIXME:需要优化,避免离屏渲染
105+
#warning COderMikeHe FIXME:此处需要优化,避免离屏渲染
106106
self.extraFee.layer.masksToBounds = YES;
107107

108108
/// UICollectionView注册cell

0 commit comments

Comments
(0)

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