问题描述
JotNot的屏幕看起来像。当您以横向模式查看照片并单击左下按钮时,它类似于内置的照片应用程序,例如。
JotNot has a screen that looks like this. It's similar to the built-in Photos app when you are viewing a photo in landscape mode and click on the low-left button, like this.
如何在纵向模式下获得此控件?
How do I get this control, in portrait mode if possible? What is it called?
推荐答案
这是 UIActionSheet
也有
当按钮太多时, UIActionSheet
使用样式化的表格视图来显示选择。您无法通过选择的方式来显示工作表-它只会在一次显示太多按钮时显示(这就是为什么在横向模式下经常看到它的原因)。
When there are too many buttons, UIActionSheet
uses a stylised table view to display the choices. You can't make the sheet display in this way by choice - it only displays if there are too many buttons to show at one time (which is why it is often seen in landscape mode).
这篇关于这是iPhone UIActionSheet吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!