gpt4 book ai didi

iphone - UIPopoverController 没有箭头?

转载 作者:行者123 更新时间:2023-12-03 18:23:59 25 4
gpt4 key购买 nike

我想知道如何制作一个没有箭头的 UIPopoverController事实上我想模拟这样的事情: Screenshot of the set-passcode screen from the iPad's System Preferences

看看

  • 没有箭头

  • 有一个标题以某种方式位于 UIPopoverController 的扩展顶部边框内部,而不是像普通的 UIPopoverController 那样位于其内部。

我认为这并不是一个真正的 UIPopoverController 对象,但我希望获得有关如何实现相同效果的建议(使用 CoreGraphics? -> 特别是 3D 突出边框的半透明降级效果)和/或链接到某些来源,如果以前有人这样做过。

提前致谢。

伊格纳西奥

编辑:

我仍在寻找这个东西,并意识到即使在第三方应用程序中也正在使用一个例子是:iPad 版 twitterrific,如图所示。请问有人吗?将标题放在 popovercontroller 中是很丑陋的。 alt text

最佳答案

下面的方法对我来说效果很好(包括iOS7)

 [popoverController presentPopoverFromRect:CGRectMake(0, 0, 20, 20)
inView:self.view
permittedArrowDirections:NULL
animated:YES];

关于iphone - UIPopoverController 没有箭头?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3845085/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com