Right, what I want to do is have custom events appear in the connections inspector in interface builder. For example "TouchUpInsideHeld" event under TouchUpInside.
I thought this might be possible by:
Subclassing UIButton
Adding additional methods to subclass
Setting a UIButton in IB to the new subclass
But i dont know whether its possible, can anyone tell me if it is or not?
I really dont know how to do this, but im not sure if sublcassing UIButton would do it. I know theres a way to make new plug-ins for IB that will appear in the library, and i think thats probs the best way to do it, but i dnt have any really specific instructions for you sry!
Right, what I want to do is have custom events appear in the connections inspector in interface builder. For example "TouchUpInsideHeld" event under TouchUpInside.
I thought this might be possible by:
Subclassing UIButton
Adding additional methods to subclass
Setting a UIButton in IB to the new subclass
But i dont know whether its possible, can anyone tell me if it is or not?
Thanks!
Hmmm... probably best to just create those buttons in code...