Add UITextField on UIView programmatically

Posted by suse on Stack Overflow See other posts from Stack Overflow or by suse
Published on 2010-04-28T09:48:56Z Indexed on 2010/04/28 9:53 UTC
Read the original article Hit count: 932

Filed under:
|
|

Hello,

How to programmatically add UITextField on UIView in iPhone programming?

UITextField* text; UIView* view = [[UIView alloc]init];

[view addSubview:??????];

Thanks in Advance

© Stack Overflow or respective owner

Related posts about uitextfield

Related posts about uiview