简体   繁体   中英

Is this an iPhone UIActionSheet?

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?

That is a UIActionSheet that has too many buttons to fit on the UI.

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).

是的,它是一个UIActionSheet,当所有按钮不能同时显示在屏幕上时,它具有按钮列表,如表格视图。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM