UIView Obscuring Other Views
Posted
by Matt Long
on Stack Overflow
See other posts from Stack Overflow
or by Matt Long
Published on 2010-03-19T05:02:05Z
Indexed on
2010/03/19
6:01 UTC
Read the original article
Hit count: 340
I cannot figure out what is obscuring my buttons. The first image shows the buttons that I want to click. They are clickable while the view is contracted like this, but when the view is expanded like in the second image, the buttons are no longer clickable. There seems to be another view obscuring the buttons. Any thoughts on what might be causing that? If not, any idea how I can figure out what view is getting the tap events when I tap in that area?
Thanks.
-Matt
© Stack Overflow or respective owner