I've been reading similar posts all morning, but could not find an answer to my problem. As title says, I have several UIButton-s in UIView that is a child of a UIScrollView. I set the contentSize for the scrollview, and I can scroll and see all contents of UIView, however, I cannot click any of the buttons that are not visible originally (buttons that are visible from the beginning work just fine).
I tried setting the frame of the child UIView, and interactions are enabled inn all views.
Anything else that I'm missing?
thank you!!!