ios開(kāi)發(fā)調(diào)用攝像頭代碼

字號(hào):


    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];