I am adding UIPickerView to UIActionsheet but its working perfectally in ios 7 but not working in ios 8. Please help me t
UIPickerView
UIActionsheet
ios 7
ios 8
That doesn't show anything because uiactionsheet & uiactionsheetdelegate is deprecated is ios8 https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActionSheet_Class/index.html
You need to use UIAlertController in ios 8.