I want to create a new Control
which is the combination of two UIImageViews
and one UILabel
. I need to implement TouchUpInsite
and LongPress
event for the entire Control
. I mean the action would perform for any UIImageView
or UILabel
in the entire Control
.
So, how to create this Control
in objective-c
and reuse it like other default Controls
in iOS
?