1
我使用CoreText
來佈置自定義視圖。想知道我用CoreText
在哪個詞上點擊了事件/手勢。如何讓我用CoreText輕敲事件/手勢
我以下中我drawRect:
CGContextSetFillColorWithColor(context, [UIColor whiteColor].CGColor);
CGContextSelectFont(context, "Helvetica-Bold", FONTSIZE, kCGEncodingMacRoman);
//setSpan
CGContextSetTextPosition(context, 0, (200+offset) - (i*25));
CGContextShowText(context,[[dispLineArray objectAtIndex:i] UTF8String], strlen([[dispLineArray objectAtIndex:i] UTF8String]));