I have a class called Boards, and it is a subclass UIView, I selected an instance of this and placed it in UIScrollView, I want it not to go to UIScrollView, but to subview: Boards (UIView), I just donβt know how to transfer strokes from UIScrollViewbefore UIView.
PS: I will change contentOffset UIScrollViewmanually, so I do not need strokes in UIScrollView, but in UIView.
PS: UIView Receives the event touchesEndedand touchesBegannottouchesMoved
source
share