美文网首页
cell右箭头

cell右箭头

作者: huangyan全球 | 来源:发表于2017-12-19 10:42 被阅读0次

//自定义了cell 

//需要一个又侧箭头图片

UIImage *imageGray=[UIImage imageNamed:@"d"];

UIImageView* accessoryViewGray=[[UIImageView alloc] initWithImage:imageGray];

CGFloat imageHeight=7;

accessoryViewGray.frame=CGRectMake(0, 0, imageHeight, imageHeight*imageGray.size.height/imageGray.size.width);

//  UIImage *imageBlue=[UIImage imageNamed:@"accessoryBlue"];

//  UIImageView* accessoryViewBlue=[[UIImageView alloc] initWithImage:imageBlue];

//  accessoryViewBlue.frame=CGRectMake(0, 0, imageHeight, imageHeight*imageBlue.size.height/imageBlue.size.width);

self.accessoryView=accessoryViewGray;

相关文章

网友评论

      本文标题:cell右箭头

      本文链接:https://www.haomeiwen.com/subject/ynlbwxtx.html