国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > iOS > 正文

iOS-畫一個(gè)"釘釘"圓形帶名字的頭像

2019-11-06 09:40:51
字體:
供稿:網(wǎng)友

畫一個(gè)如”釘釘”軟件中帶名字的頭像

1.效果圖

這里寫圖片描述

2.主要代碼

+ (UIImage *)circleImageWithText:(NSString *)text bgColor:(UIColor *)bgColor size:(CGSize)size{ NSDictionary *fontAttributes = @{NSFontAttributeName: [UIFont systemFontOfSize:30], NSForegroundColorAttributeName: [UIColor whiteColor]}; CGSize textSize = [text sizeWithAttributes:fontAttributes]; CGPoint drawPoint = CGPointMake((size.width - textSize.width)/2, (size.height - textSize.height)/2); UIGraphicsBeginImageContextWithOptions(size, NO, 0.0); CGContextRef ctx = UIGraphicsGetCurrentContext(); UIBezierPath *path = [UIBezierPath bezierPathWithOvalInRect:CGRectMake(0, 0, size.width, size.height)]; CGContextSetFillColorWithColor(ctx, bgColor.CGColor); [path fill]; [text drawAtPoint:drawPoint withAttributes:fontAttributes]; UIImage *resultImg = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); return resultImg;}

3.demo地址:

https://github.com/LGLee/dingdingIcon.git


發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 汉中市| 元氏县| 徐汇区| 丹棱县| 辽宁省| 呈贡县| 澄江县| 深州市| 南靖县| 双鸭山市| 清镇市| 屏山县| 诏安县| 尼勒克县| 布尔津县| 石门县| 昌乐县| 宜城市| 凌海市| 安康市| 新邵县| 密云县| 凯里市| 枞阳县| 巴青县| 新平| 东光县| 临城县| 邢台市| 扎赉特旗| 北宁市| 阿荣旗| 上饶市| 准格尔旗| 通江县| 香河县| 乌鲁木齐县| 云浮市| 华坪县| 宜阳县| 仪陇县|