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 で使用したい drawInRect メソッドがあります。
これを行う方法はありますか?
図面の複製に関心がある場合は、図面をdrawFunctトップ レベル ビューの別の関数 ( ) に[self.superview drawFunct]配置し、サブビュー内から呼び出し drawInRectます。
drawFunct
[self.superview drawFunct]
drawInRect
を呼び出すこと drawInRectは一般的にお勧めできません。