[問題] IOS 7 Action Sheet

看板MacDev作者 (-.-)時間12年前 (2013/08/09 11:55), 編輯推噓1(106)
留言7則, 3人參與, 最新討論串1/1
各位好,我在IOS7 beta5下,跑UIActionSheet - (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; UIActionSheet *actionSheet = [[UIActionSheet alloc]iniWithTitle:@"123" delegate:nil cancelButtonTitle:nil destructiveButtonTitle:nil otherButtonTitle:@"1",@"2",@"3" ,..,@"24",@"25",nil]; [actionSheet show]; } 在IPad上,只要一捲動,出來的畫面如 http://ppt.cc/G1n1,字會重疊。 在IPhone上,只要一換頁,會有重覆的格線,如同 http://ppt.cc/bmE9。 請問目前有辦法避免嗎? 謝謝。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.163.14.73

08/09 16:31, , 1F
雖然沒限制,但是你的按鈕也真多orz bugreport.apple.com
08/09 16:31, 1F

08/09 22:55, , 2F
在 @"25"之後還要多傳一個 nil ,表示other button結束了
08/09 22:55, 2F

08/09 22:55, , 3F
應該不是bug,不用report,是你少寫 nil @@
08/09 22:55, 3F
※ 編輯: s8911124 來自: 118.163.14.73 (08/12 10:43)

08/12 10:44, , 4F
nil補上去了。
08/12 10:44, 4F

08/12 10:45, , 5F
沒權限回報,謝謝A大 B大
08/12 10:45, 5F

08/15 12:30, , 6F
沒權限回報...那你怎麼會有權限下載beta的sdk呢@@
08/15 12:30, 6F

08/23 17:16, , 7F
內部的規定…=,=
08/23 17:16, 7F
文章代碼(AID): #1I16Ws65 (MacDev)
文章代碼(AID): #1I16Ws65 (MacDev)