uiimagepickercontroller - iphone: show UIImagePicker in UIview -
i have situation here please me in this, can show imagepicker in view insted of presenting them in modalview
i tried code doesnt work
uiimagepickercontroller *picker=[[uiimagepickercontroller alloc] init]; picker.delegate=self; picker.sourcetype=uiimagepickercontrollersourcetypesavedphotosalbum; //[self presentmodalviewcontroller:picker animated:yes]; [imagepickerview addsubview:picker.view];
please shed light on thanx in advance
the uiimagepickercontroller needs shown modal, think.. uncomment line.
Comments
Post a Comment