English 中文(简体)
一架UIPopoverController
原标题:Dismiss a UIPopoverController

是否有一个权利机制可以驳回UIPopover 我在座的控制员的主计长?

_popover = new UIPopoverController(myController);

我从我的主计长的角度来看,我会开除这个人,但我可以发现任何系统“IDViewController”财产这样做。

固定办法是在我的主计长类别UIPopover制造公共财产。 主计长,然后在我创立时确定。 但我认为这并不好。

myController.PopOverProperty = _popover;
最佳回答
_popover.Dismiss(true);

你们是否需要这样做?

问题回答

暂无回答




相关问题
UIPageControl dot for a search page

Is there any way to add a magnification glass icon instead of the dot for my first page, that allows to perform some search, using the UIPageControl for my native application on the iPhone? I ve ...

UINavigationBar with a static image

Adding an image to a UINavigationItem s titleView is pretty trivial, but when I push a new view on the stack it animates the UINavigationItem sliding off to the left, along with the titleView, and ...

How do you create UIBarButtonItems with a radio interface?

I have a UIToolbar that needs three buttons in a radio style, meaning that of the three, only one button can be pushed at a time. The documentation makes reference to the possibility of setting up ...

why does viewDidAppear not get triggered?

i have a root view controller that inserts a subview at index 0 at its viewDidLoad method. i am trying to get the subview to become firstResponder, but can only do this - from my understanding - in ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Toolbar items in sub-nib

This question has probably been asked before, but my google-fu must be inferior to everybody else s, cause I can t figure this out. I m playing around with the iPhone SDK, and I m building a concept ...

热门标签