Skip to content

Commit 5439931

Browse files
committed
冒泡列表显示行数增加
1 parent 844b3cf commit 5439931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Views/Cell/TweetCell.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define kTweetCell_LikeUserCCell_Height 25.0
1717
#define kTweetCell_LikeUserCCell_Pading 10.0
1818
#define kTweet_ContentFont [UIFont systemFontOfSize:16]
19-
#define kTweet_ContentMaxHeight 120.0
19+
#define kTweet_ContentMaxHeight 200.0
2020
#define kTweet_CommentFont [UIFont systemFontOfSize:14]
2121
#define kTweet_TimtFont [UIFont systemFontOfSize:12]
2222
#define kTweet_LikeUsersLineCount 7.0

0 commit comments

Comments
 (0)