tags:

views:

45

answers:

1

Hi guys.

I am trying make long screen to vertical direction.

So, I need a screen that has vertical scroll.

How to make it ?

Please advice.

+1  A: 

As long as the UIScrollView has contentSize.width ≤ bounds.width there won't be horizontal scroll.

KennyTM