
Hi,
How I can make uiview programmatically? Tell me good code for UIView alloc using initwithframe method.
Thanks

Hi,
You can use following code:
UIView *modalView = [[[UIView alloc] initWithFrame:CGRectMake(0, 0, 1024, 748)] autorelease]; [self.view addSubview:modalView];
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.