文章来源:淘论文网   发布者: 毕业设计   浏览量: 24



还可以点击去查询以下关键词:
[Message]    [Message tip icon]   

项目介绍:

Message tip icon

 
 



This is category for UIImage, you can add message count tip icon in the top-right corner.






You can use it like this:

_imageView0.image = [[UIImage imageNamed:@'new'] hh_messageImageWithCount:_index imageSize:CGSizeMake(30, 30) tipRadius:10 tipTop:10 tipRight:10 fontSize:13 textColor:nil tipColor:nil]; _imageView1.image = [[UIImage imageNamed:@'new'] hh_messageImageWithCount:_index imageSize:CGSizeMake(40, 30) tipRadius:14 tipTop:3 tipRight:15 fontSize:18 textColor:[UIColor brownColor] tipColor:[UIColor blueColor]]; _imageView2.image = [[self circleImage] hh_messageImageWithCount:_index imageSize:CGSizeMake(60, 60) tipRadius:10 tipTop:0 tipRight:0 fontSize:10 textColor:[UIColor redColor] tipColor:[UIColor greenColor]];

Description

/** Message tip icon @param count message count @param imageSize imageSize @param tipRadius tipRadius @param tipTop topMargin @param tipRight rightMargin @param fontSize tipTextFontSize @param textColor tipTextColor @param tipColor tipBackgroundColor @return New image with tip count in the top-right corner */消息个数展示图片快速生成的分类

UIImage的一个分类,开题报告,快速在当前的图片右上角添加一个显示消息的个数的圆形图标。

使用方法如下:

_imageView0.image = [[UIImage imageNamed:@'new'] hh_messageImageWithCount:_index imageSize:CGSizeMake(30, 30) tipRadius:10 tipTop:10 tipRight:10 fontSize:13 textColor:nil tipColor:nil]; _imageView1.image = [[UIImage imageNamed:@'new'] hh_messageImageWithCount:_index imageSize:CGSizeMake(40, 30) tipRadius:14 tipTop:3 tipRight:15 fontSize:18 textColor:[UIColor brownColor] tipColor:[UIColor blueColor]]; _imageView2.image = [[self circleImage] hh_messageImageWithCount:_index imageSize:CGSizeMake(60, 60) tipRadius:10 tipTop:0 tipRight:0 fontSize:10 textColor:[UIColor redColor] tipColor:[UIColor greenColor]];

参数:

/** 在图片右上角添加消息数 @param count 消息数 @param imageSize 图片尺寸 @param tipRadius 提示圆圈半径 @param tipTop 顶部位置调节 @param tipRight 右侧位置调节 @param fontSize 消息数文字尺寸 @param textColor 消息数文字颜色 @param tipColor 提示圆圈背景色 @return New image with tip count in the top-right corner */

github地址:
https://github.com/Joker-388/MessageImageCategory
开题报告


这里还有:


还可以点击去查询:
[Message]    [Message tip icon]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7438.docx
  • 上一篇:LYShopDetail
  • 下一篇:DatePicke毕业设计r选择时间