hiii.. i am a beginner in iPhone development .. help me
NSString *pickerType; picker.sourceType = (UIImagePickerControllerSourceType *)pickerType;
pickerType can be "UIImagePickerControllerSourceTypePhotoLibrary" or "UIImagePickerControllerSourceTypeCamera" I want to convert an string into UIImageControlSourceType ...can this be possible.. plz sussgest me some way to do this..
give some if possible .Thanks in advancce.