08-08-2009, 07:53 PM
|
#5 (permalink)
|
|
Registered Member
Join Date: Jan 2009
Location: Atlanta
Posts: 411
|
Quote:
Originally Posted by AmanApps
Hello Marco,
You can define this method in UIActionSheet deleget:
- (void)willPresentActionSheet  UIActionSheet *)actionSheet{
UIImageView df = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"Someimage.png"]];
[actionSheet addSubView:df];
}
Hope my first post in this forum may come into your helps 
|
This code didn't work.
|
|
|