Using UIKit:
I've got a view that has multiple UIButton
, but I can only scroll the view up or down if I began my scroll touch event outside the UIButton
.
So how can I make it so that I can scroll my view, regardless if I start my touch event on a UIButton
?