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
I do all my controls and views programmatically, and its not difficult at all. I use IB to mockup my app, so I just find where I want it there and then put that into the code itself.