I can’t click on the UIButton at bottom of UIScrollView

I come across a lot of problems regarding the interaction of objects at the bottom of a UIView.

I have a hack for the UIScrollView which includes putting a UILabel at the bottom of the UIView nib, with no text.  Put the UIButton above that, adds some spacing to the bottom of the UIView, now you can click.

Anybody found a real solution?

Follow up here

Posted on February 25, 2009 at 4:01 pm by Jordan Carter · Permalink
In: Iphone · Tagged with: , ,

One Response

  1. Written by Eliot Y
    on June 27, 2009 at 12:56 am
    Permalink

    I had the same issue. It turned out that I had selected “Tab Bar” under Simulated Interface Elements for the Bottom Bar. This created an invisible space about the height of the tab bar that I could not click on, leaving only part of my UIButton (at the bottom of the UIView) clickable.

    I deselected the “Tab Bar” selection and it worked! Hope that helps.

Leave a Reply