I\'m programming an iPhone app and I\'m wondering how programmers properly position controls without using Interface Builder. More or less, this is because I want to positio
If you don't want use IB, there is no miracle solution. You must keep in mind the dimension of the iPod/iPhone (320px*480px).
In general you have to center your GUI component in the x axis and then adjust your component on the y axis.