Is there a way to have a custom control send events that can be used from IB?
Something like the events in UIButton's "sent events" (such us touchUpInside)
Is there a way to have a custom control send events that can be used from IB?
Something like the events in UIButton's "sent events" (such us touchUpInside)
Is there a way to have a custom control send events that can be used from IB?
No. IB "knows" about the events that UIControl implements, but there's no way to tell it about your own events.