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

首頁 > 學院 > 開發設計 > 正文

TextView表情文字混排

2019-11-14 18:04:19
字體:
來源:轉載
供稿:網友

2015-10-27

- (void)layoutSubviews {        skContentView.backgroundColor = self.backgroundColor;    skContentView.frame = self.bounds;        NSMutableAttributedString * string = [[ NSMutableAttributedString alloc ] initWithString:@"123456789101112計算"  attributes:nil ] ;    [string addAttribute:NSFontAttributeName value:[UIFont systemFontOfSize:16.0] range:NSMakeRange(0,string.length-1)];        MMTextAttachment * textAttachment = [[ MMTextAttachment alloc ] initWithData:nil ofType:nil ] ;    UIImage * smileImage = [ UIImage imageNamed:@"a.jpg" ]  ;  //my emoticon image named a.jpg    textAttachment.image = smileImage ;        NSAttributedString * textAttachmentString = [ NSAttributedString attributedStringWithAttachment:textAttachment ] ;    [ string insertAttributedString:textAttachmentString atIndex:6 ] ;        _skInputTextView.attributedText = string ;}

 

@interface MMTextAttachment : NSTextAttachment {    }@end@implementation MMTextAttachment//圖片大小與文字保持一致- (CGRect)attachmentBoundsForTextContainer:(NSTextContainer *)textContainer PRoposedLineFragment:(CGRect)lineFrag glyphposition:(CGPoint)position characterIndex:(NSUInteger)charIndex NS_AVAILABLE_IOS(7_0) {        return CGRectMake( 0 , 0 , lineFrag.size.height , lineFrag.size.height );}@end

 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 兴城市| 杭锦旗| 广德县| 长泰县| 新邵县| 天全县| 霍邱县| 隆安县| 博白县| 肥东县| 安图县| 张家界市| 萨嘎县| 彭山县| 德兴市| 通河县| 乐至县| 高邮市| 荔浦县| 成武县| 济南市| 东宁县| 洛隆县| 土默特左旗| 洪泽县| 商洛市| 连州市| 湖南省| 城步| 民乐县| 凤凰县| 遂溪县| 普宁市| 汶上县| 公主岭市| 靖远县| 额尔古纳市| 确山县| 泸州市| 大余县| 河曲县|