You cannot create custom iPhone development objects yet. This is for the development of Mac.
Closest you can program your own custom component based on UIView, and then put the UIView in IB and change the type to your custom component. Then it will allow you to make any necessary posting and at runtime will embed an instance of your own class. You do not see the component in IB, though, only an empty UIView ....
source share