UISegmentedControl上的箭头UIPopoverController

时间:2010-12-03 09:47:56

标签: ios4 ipad uisegmentedcontrol uiactionsheet

我在rightbarbuttonitem上有一个带有4个按钮的分段控件。这条代码的工作原理如下:

[actionSheet showFromBarButtonItem:self.switchView.navigationItem.rightBarButtonItem animated:YES];

但是UIActionSheet(popover)的箭头指向不正确。所以我可能不得不使用它:

[actionSheet showFromRect:(CGRect)rect inView:(UIView *)view animated:(BOOL)animated];

但我不知道如何正确使用它..我尝试了不同的方法,但没有很好的结果。有人这个吗?

由于

1 个答案:

答案 0 :(得分:1)

你应该这样做。

[actionSheet showFromRect:self.switchview.frame inView:self.view animated:YES];