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
Try this when presenting UIActionSheet in last 2 lines:
[actionSheet showFromRect:CGRectMake(0,480, 320,215) inView:self.view animated:YES]; [actionSheet setBounds:CGRectMake(0,0,320, 464)];