How can I put a Round Rect Button over a imageView,
My imageView: self.view addSubview:myImage
UPDATE
Thanks all of you! These really help me.
|
How can I put a Round Rect Button over a imageView, My imageView: UPDATE Thanks all of you! These really help me. |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
||||
|
|
|||
|
|
|
you can just add the
|
||||
|
|
|
Just add the UIButton (with type RoundedRectType) in View after adding the imageView. |
|||||||||
|
|
You can add it as
You need to set the user interaction of the image view to |
||||
|
|