How to use UIAlertController to replace UIActionSheet?

前端 未结 6 1365
醉话见心
醉话见心 2020-12-13 23:29

I am maintaining an old iOS project which based on SDK 6.0.

A method on this project called

-(void) showComboBox:(UIView*)view:withOptions:(NSDictiona

6条回答
  •  有刺的猬
    2020-12-13 23:57

    You can use view.window.rootViewController instead. If you don't care about presenter it is fine.

提交回复
热议问题