Why does my UI controls work on iPhone but not iPad?
        Posted  
        
            by Andrew
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew
        
        
        
        Published on 2010-05-31T14:00:05Z
        Indexed on 
            2010/05/31
            14:03 UTC
        
        
        Read the original article
        Hit count: 213
        
iphone
|cocoa-touch
I have an iPhone app, which consists of a table view containing various custom UITableViewCells, with UISlider and UISwitch controls. When running the app on the iphone, I can move the slider and switches contained in each of the table cells. When I run the same app on the iPad. I can not. None of the controls within the table view will respond to touches.
I have checked 'User Interaction Enabled' within the Interface Builder. Anybody got any suggestions of where I should be looking for the cause of different behavior between the iPhone and iPad, in respect to UIControls.
© Stack Overflow or respective owner