Thanks, I copy & pasted your code and it worked fine?!?!?
Use my commented version and it will crash? I must be going cross-eyed.
Quote:
- (void)willPresentActionSheet UIActionSheet *)actionSheet{
UIImageView* df = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"magnolia.png"]];
[actionSheet addSubview:df];
}
/**
- (void)willPresentActionSheet UIActionSheet *)actionSheet {
UIImageView* df = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"magnolia.png"]];
[actionSheet addSubView:df];
} **/
|
I don't see the problem....
I'm gonna bump up your reputation, though. Thanks. Your solution works fine.