-
大小: 6KB文件類型: .zip金幣: 2下載: 0 次發(fā)布日期: 2021-06-16
- 語言: 其他
- 標(biāo)簽:
資源簡介
類似于性新浪微博,消息列表

代碼片段和文件信息
//
//??RongYunListCell.m
//??poseidon
//
//??Created?by?ZFJ?on?16/5/16.
//??Copyright???2016年?我要學(xué).?All?rights?reserved.
//
#import?“RongYunListCell.h“
@implementation?RongYunListCell
-?(void)awakeFromNib?{
????[super?awakeFromNib];
????//?Initialization?code
????self.ListOneCount.layer.masksToBounds?=?YES;
????self.ListOneCount.layer.cornerRadius?=?10;
????
????self.ListthreeIcon.layer.masksToBounds?=?YES;
????self.ListthreeIcon.layer.cornerRadius?=?50/2;
}
//系統(tǒng)消息?評論?點贊?訪客
-?(void)setRongYunListCellOneUIViewWithModel:(RCConversationModel?*)model?iconName:(NSString?*)iconName{
????self.ListOnetitle.font?=?[UIFont?fontWithName:@“PingFangSC-Light“?size:18];
????self.ListOneIcon.image?=?[UIImage?imageNamed:iconName];
????self.ListOnetitle.text?=?model.conversationtitle;
}
//會話列表
-?(void)setRongYunListCellTwoUIViewWithModel:(RCConversationModel?*)model{
????
}
//評委老師
-?(void)setListthreeViewWithImgStr:(NSString?*)ImgStr?name:(NSString?*)name?describeStr:(NSString?*)describeStr{
????[self.ListthreeIcon?sd_setImageWithURL:[NSURL?URLWithString:ImgStr]?placeholderImage:[UIImage?imageNamed:@“PlacelorHeadImage“]];
????UIFont?*font?=?[UIFont?fontWithName:@“PingFangSC-Regular“?size:18];
????if(font==nil){
????????font?=?[UIFont?fontWithName:@“PingFang-SC-Regular“?size:18];
????}
????self.ListthreeName.text?=?name;
????self.ListthreeName.font?=?font;
????self.ListthreeName.textColor?=?[UIColor?colorWithRed:0.204?green:0.204?blue:0.204?alpha:1.00];
????
????font?=?[UIFont?fontWithName:@“PingFangSC-Light“?size:14];
????if([describeStr?isEqual:[NSNull?null]]){
????????describeStr?=?@““;
????}
????describeStr?=?[NSString?stringWithFormat:@“%@“describeStr];
????
????self.ListthreeDescribe.text?=?describeStr;
????self.ListthreeDescribe.font?=?font;
????self.ListthreeDescribe.textColor?=?[UIColor?colorWithRed:0.592?green:0.592?blue:0.592?alpha:1.00];
}
-?(void)setSelected:(BOOL)selected?animated:(BOOL)animated?{
????[super?setSelected:selected?animated:animated];
????//?Configure?the?view?for?the?selected?state
}
@end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????????0??2016-09-29?14:08??iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?
?????文件????????1315??2016-08-05?10:26??iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?RongYunListCell.h
?????目錄???????????0??2016-09-29?14:08??__MACOSX\
?????文件???????????0??2016-09-29?14:08??__MACOSX\iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?
?????文件?????????212??2016-08-05?10:26??__MACOSX\iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?._RongYunListCell.h
?????文件????????2088??2016-08-05?10:26??iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?RongYunListCell.m
?????文件?????????212??2016-08-05?10:26??__MACOSX\iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?._RongYunListCell.m
?????文件???????12151??2016-08-05?10:26??iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?RongYunListCell.xib
?????文件?????????212??2016-08-05?10:26??__MACOSX\iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?._RongYunListCell.xib
?????文件?????????212??2016-09-29?14:08??__MACOSX\._iOS-OC-鑷畾涔夎瀺浜戜細璇濆垪琛紙鑷畾涔塩ell錛?
評論
共有 條評論