UIPickerview is not visible in additionally added view

Posted by MaheshBabu on Stack Overflow See other posts from Stack Overflow or by MaheshBabu
Published on 2010-12-26T08:43:45Z Indexed on 2010/12/26 8:54 UTC
Read the original article Hit count: 223

Filed under:

Hi folks,

i created an additional IBOutlet UIView.

at the same time i place the IBOutlet UIPicker view in additional view.

Give connections and add Addtional view as subview to main view.

As [self.view addsubview:addtionalview];

I write this code in one button click event.

Unfortunatly i got additional view in button click but it did n't show UIPicker.

whats the wrong.

I already have Two UIPicker view in main view.

How can i add UIPicker view in added view.

Thank u in advnace.

© Stack Overflow or respective owner

Related posts about iphone