using (var file = await CrossMedia.Current.TakePhotoAsync(options)) { ..... }
I am using cross media for take photo in xamarin forms ios(Above code).