UIButton not being clicked in iPhone programming.
        Posted  
        
            by suse
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by suse
        
        
        
        Published on 2010-03-24T03:17:28Z
        Indexed on 
            2010/03/24
            3:23 UTC
        
        
        Read the original article
        Hit count: 290
        
Hello,
I've created a UIButton on a view and on action of the UIButton[UIButton* button1_obj] one more button[UIButton* button2_obj] is created on same view.
i'm facing these 2 issues...please guide me how to proceed.
button1_obj is appearing when i run my project, but its not being clicked or highlighted, nor any exception is thrown.
On action of button1_obj , button2-obj has to appear on the same view, how to clear the view before placing button2_obj on it.
© Stack Overflow or respective owner