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: 238

Filed under:
|
|

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.

  1. button1_obj is appearing when i run my project, but its not being clicked or highlighted, nor any exception is thrown.

  2. 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

Related posts about uibutton

Related posts about iphone