本文介绍了iPhone上的UIModalPresentationFormSheet的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在iPhone上制作Modal View的演示风格UIModalPresentationFormSheet(或类似的内容)?
How can I make a Modal View's presentation style UIModalPresentationFormSheet (or something what looks like it) on an iPhone?
提前致谢!
推荐答案
你不能使用内置框架。
你必须要编写自己的代码,以模态方式显示视图,但不会完全模糊底层视图,除非其他人已经完成并公开发布。
You'll have to write your own code to show a view modally that doesn't fully obscure the underlying view, unless someone else has already done that and released it publicly.
这篇关于iPhone上的UIModalPresentationFormSheet的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!