Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Modal view with semi-transparent background

TomWhitsonTomWhitson Posts: 40Registered Users
Hi all,

I want to pop up and animated modal view (with controller) over my current view. I have that working fine using a .xib file and some code like


ModalViewController *popupController = [[ModalViewController alloc] initWithNibName:@\"ModalViewController\" bundle:nil];
[self presentModalViewController:popupController animated:YES];



What I would like to do is for the modal view to have a semi-transparent background image so that the views underneath can still be seen. I have used a semi transparent image as a background but it doesn't work. Has any one experienced this? Or is there some standard code/way to do this.

Cheers,
Tom
Post edited by TomWhitson on

Replies

Sign In or Register to comment.