I've set up scrollTopTop property in my UIScrollView
to YES however, when I tap on my status bar it didn't work. Why is this?
I have a UIViewController
called A and inside A I have a UIViewController B
, which has the UIScrollView
. Is this the reason why it's not working?