i used this code to show uipicker in uiactionsheet but when i click close button i want to remove action sheet from view. so what should be the code for removing actionSheet
All you need to do is dismiss the ActionSheet, which you could do with dismissWithClickedButtonIndex:animated:
dismissWithClickedButtonIndex:animated: