views:

151

answers:

0

In my application I do have a popover controller which opens when I click on a button In that popover i m using a tableview controller in which i an giving option to choose image providing by program. Now in that there is one more option in table view to choose image from saved library. Now on clicking on that I want to open imagepickerview to choose image from library. but It gives an error saying that imagepicker can be shown only with popover.

But i m already using a popover to show this option.

How should i show imagepicker from this?

Please help me.