I design one menu with InterfaceBuilder by xcode5, I am using UIView as menu container, but there are too many menu items, can I make the UIView height to be more large? so I can put these menu items down.

I design one menu with InterfaceBuilder by xcode5, I am using UIView as menu container, but there are too many menu items, can I make the UIView height to be more large? so I can put these menu items down.

You can try set the Simulated Metrics size to freeform and set view height in the Size Inspector

but i suggest you to use UITableView and customize cell, it's more suitable for a scroll menu container.