| 内容 | uiactionsheet *actionsheet=[[uiactionsheet alloc] initwithtitle:@ delegate:self cancelbuttontitle:@cancel destructivebuttontitle:nil otherbuttontitles:@take photo,@choose from library,nil];
 actionsheet.actionsheetstyle=self.navigationcontroller.navigationbar.barstyle;
 [actionsheet showinview:self.view.superview]
 [actionsheet release];
 |