iPhone - Creating custom objects for Interface Builder?

后端 未结 2 834
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-05 04:42

I am currently subclassing UIView to create custom objects, they work perfectly fine

In interface builder i drag and drop a uiview and I set the class name to my cus

2条回答
  •  梦毁少年i
    2021-01-05 05:10

    I've researched this myself a while back, as far as i know this is not possible using the iPhone SDK. When developing for the Mac SDK you can create your own IB plugins.

提交回复
热议问题