Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIView でテキストを描画します
-(void) drawRect:(CGRect)rect{ [tempPageStr drawAtPoint:tempDrawPoint withFont:pagefont]; }
私のコードで textView、webView のような UIView のテキストの選択効果を実装したいと思います。
私は考えすぎて、理想はありません。
前もって感謝します。
textView はメニューの backgroundColor を変更できないので、この方法だと思います。</p>