2011-08-14 417 views
8

我有一個透明的UIImageView,後面有一個按鈕。我如何觸摸「通過」它並按下它下面的按鈕?通過UIImageView觸摸?

感謝

+0

http://stackoverflow.com/questions/11635934/touch-through-translucent-app –

回答

20

使用UIImageView.userInteractionEnabled = NO;

,防止它接收觸摸和所有觸摸將通過它。