I my application i want to hide the UIPickerview controller
when application enter's in a paused state?
for eg: in my viewcontroller
i am using uipickerview
,and is placed in a popovercontroller
,but i have not dismiss the popovercontroller
and the application goes in a paused state.
when user open the application the uipikcer view
is displayed which i want to dismiss.
please help me out with this.