ios開發(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];