Hi, i am new to iphone...i have coded in viewdidload
-(void)viewDidload
{
actSheet = [[UIActionSheet alloc] initWithTitle:@"How"
delegate:self
cancelButtonTitle:@"ok"
destructiveButtonTitle:nil
otherButtonTitles:nil];
}
when one button is pressed, i coded like
[actSheet showInView:self.view];
but, the screen is full like locked,i could not do nothing....anyhelpplease?