エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
#import "NSAttributedString+DrawInRect.h" #import <CoreText/CoreText.h> @implementation NSAttribu... #import "NSAttributedString+DrawInRect.h" #import <CoreText/CoreText.h> @implementation NSAttributedString (DrawInRect) -(void)drawInRect:(CGRect)rect { CGContextRef ctx = UIGraphicsGetCurrentContext(); CGContextSaveGState(ctx); CGContextTranslateCTM(ctx, 0.0f, rect.size.height + rect.origin.y * 2); CGContextScaleCTM(ctx, 1.0f, -1.0f); CTFramesetterRef framesetter = CTFramesetterCreateWithAttribut