Mikuro
Crotchety UI Nitpicker
Hi all. I'm trying to make a reusable group of views (a table and buttons for manipulating it) in Interface Builder. I've set up all my controls, grouped them within a CustomView, and made a palette out of the group. So far, great.
The problem is that I can't figure out how to resize the objects as a group within Interface Builder. I can set the autoresizing and anchor points of the subviews, but when I resize the enclosing CustomView, they don't move or resize with it.
The same thing normally happens when resizing windows, but you can hold down the Control key while resizing the window to make its content resize with it (just like resizing at runtime). That doesn't work when resizing views, though.
Is there a similar trick I can use with individual views to resize their subviews?
(I'm using IB 2.5.4, which I believe is the latest for Tiger.)
The problem is that I can't figure out how to resize the objects as a group within Interface Builder. I can set the autoresizing and anchor points of the subviews, but when I resize the enclosing CustomView, they don't move or resize with it.
The same thing normally happens when resizing windows, but you can hold down the Control key while resizing the window to make its content resize with it (just like resizing at runtime). That doesn't work when resizing views, though.
Is there a similar trick I can use with individual views to resize their subviews?
(I'm using IB 2.5.4, which I believe is the latest for Tiger.)