Reputation: 17
I an making an extremely simple scrollview and doing it entirely in Interface Builder and cannot get it working.
According to IB
the height of my ScrollView
is 568. I have set a user defined runtime attribute called contentSize
and set it at 320x900. Yet it simply will not scroll.
Here's a screenshot of my view:
If it was working, the word label
should be bouncing all around, am I correct? Nothing happens at all. This is done entirely in IB
I haven't touched code yet for this.
Upvotes: 0
Views: 132
Reputation: 2589
You need to uncheck the AutoLayout
property in IB
You can refer this.
Upvotes: 1