aryaxt
aryaxt

Reputation: 77596

iphone - UIView Move objects in the screen?

I have a CustomView (Expand View) in my main view, which is suppose to expand. I have a bunch of other objects at the bottom of my ExpandView. I want to move all these objects down as my ExpandView expands.

Is it possible to do this in interface builder, and relate these objects to my ScrollView so that they would move automatically as my ExpandView grows?

alt text

Upvotes: 1

Views: 227

Answers (1)

Ole Begemann
Ole Begemann

Reputation: 135548

No. You will have to do this in code.

Upvotes: 1

Related Questions