presentViewController black background instead of transparent

后端 未结 5 882
栀梦
栀梦 2021-01-18 03:24

I have a view that I wish to present to the user in the standard way (sliding up from the bottom of the screen). About half this view is a transparent background and the bot

5条回答
  •  无人及你
    2021-01-18 03:58

    As far as I know, transparent background is not supported when you presents a model view controller. Try retain the controller in your root view controller and simply add subview to the root view controller.

提交回复
热议问题