How many item are in the array controller? Your output looks correct for what you've described, assuming there are at least 14 things in the controller (1 view per item). The sizing is just off. It's not clear which problem you're trying to solve.
Perhaps you were looking for a grid, and so need to call setMaximumNumberOfColumns:
? Or perhaps your views aren't being resized as you expect (check -maxItemSize
and -minItemSize
)?
Rob Napier
2009-08-03 12:56:35