I'm building an iPhone app with xcode and IB and I find it very tedious to have to manually create oulets and actions and then draw lines between interface elements and the controllers. Every other IDE I've used does this automatically, so why not IB? How do I create the outlets, actions, and connections programatically?