Hello, i have a little problem on my view.
I have a uiviewControler, load a xib. on this view i have a UIButton ( on touch it's work fine)
I add a subview create by code (on a different class ) this view respond to her touch event.
when i add this subview on my view, the event on this view are ok, but the UIButton on my first uiview not work.
I have make an error ?
EDIT :
i have make some tests. my uiview is not really load alone. in fact i load a new uiviewController, and add it's subview to my current uiviewController.
And my problem it's due to the transparence of my new uiviewController was intercep my touch event.