如图:
中间模块其实为一个正常vc控制器,一般我们present,都是采用默认style
但如果要实现这种,写法如下:
navigationC.modalPresentationStyle = UIModalPresentationStyle.formSheet
formSheet即想要的效果。