1
2
3
4
5
6
7
8 |
if
(item.newsFeedCellType & (NewsFeedTypeNewsFeed | NewsFeedTypeUserHome | NewsFeedTypeUserHomeSubView | NewsFeedTypeUserHomeFavourite)){ // 评论列表 height += [item getCommentViewHeight]; // 分割线 height += kNewsFeedCellSeparationLineWidth; // 用户操作view height += [item getUserOperationViewHeight]; } |
阿啊阿啊阿啊啊阿啊阿啊阿啊啊
原文:http://www.cnblogs.com/seeker2012/p/3647427.html