problem with showing modalviewcontroller in landscape mode in iphone?
Posted
by abhiTouchmagic
on Stack Overflow
See other posts from Stack Overflow
or by abhiTouchmagic
Published on 2010-04-05T09:31:35Z
Indexed on
2010/04/05
9:43 UTC
Read the original article
Hit count: 450
iphone
hey hello... my application consist of a landscape view where i want to put a modalview but the problem is with modalview. it doesn't get load on presenting it.. code is:
--------------------code here----------------------
UIViewController *modalViewController = [[UIViewController alloc] init];
modalViewController.view = modelView1; [self presentModalViewController:modalViewController animated:NO];
[self performSelector:@selector(hideSplash) withObject:nil afterDelay:5.0];
plz kindly help me with this....
© Stack Overflow or respective owner