簡體   English   中英

顯示諸如“相機膠卷”之類的選項的視圖的名稱是什么?

[英]What is the name of the View that shows options like the Camera Roll?

我想創建一個按鈕,顯示諸如“相機膠卷”的“發送”選項之類的選項,但是我不知道添加按鈕是哪種視圖,有人可以幫我嗎?

我認為您正在尋找使用UIBarButtonSystemItemAction創建的UIBarButtonItem

UIBarButtonItem * baritem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction systemItem target: some_view action:@selector(some_method:)];

參考 -滾動到底部附近,以查看帶有示例的可能預定義按鈕的常量。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM