Add UIPickerView in UIActionSheet from IOS 8 not working

前端 未结 6 2090
时光说笑
时光说笑 2020-11-30 23:37

I am adding UIPickerView to UIActionsheet but its working perfectally in ios 7 but not working in ios 8. Please help me t

6条回答
  •  死守一世寂寞
    2020-12-01 00:01

    actionSheet = [[UIActionSheet alloc] initWithTitle:nil delegate:self 
                                                  cancelButtonTitle:nil 
                                             destructiveButtonTitle:nil 
                                                  otherButtonTitles:nil];
    

提交回复
热议问题