I have a UIView that I am rendering a UIBezierPath in based on touchesBegan and touchesMoved. But I only want to draw in a certain area within the UIVIew. I would like to set up a CGRect within the UIView where touches are only registered. Any touches outside of this area will not be registered.
理想的には、ユーザーがこの長方形の外側にドラッグした場合、タッチを保持し続けることができますが、ユーザーが領域にドラッグして戻ると、touchesBeganメソッドが呼び出されます。
誰かがこれを手伝うことができますか?ありがとう。