iPadのUIActionSheetは、iPhoneのそれとは違い、 popover風に指定した場所に表示させることができる。 私の場合、tableViewCellから表示させたかったんですが、 矢印?の位置が気に食わない。 すこしcellに食い込むくらいが丁度いいなぁと思って微調整できないか試してみました。 下記はUITableViewCellのサブクラス中に書いた想定です。 - (void) touchesBegan: (NSSet *) touches withEvent: (UIEvent *) event { if (!isShowActionSheet) [self performSelector: @selector(showActionSheet) withObject: nil afterDelay: 0.5]; [super touchesBegan: touches