ipad:自定义 UIActionSheet 外观的简单方法感觉像 Safari 中的那个吗?
这是默认的外观和样式。 UIActionSheet
的感觉。
视图的边框很粗,采用黑色,整体看起来非常大胆和厚重。
这是Safari有的
可以看到边框很细,整体看起来更加轻盈简洁
有人可以告诉我如何将默认的 UIActionSheet
视图自定义为 Safari 中的视图吗?让它变得更简单、更轻便?
谢谢
This is the default look & feel of UIActionSheet
.
The border of the view is very thick with black colors, the overall looking is very bold and heavy.
This is the one Safari has
You can see that the border is very thin, and overall looking is more light and simpler
Can someone tell me how do i customise the default UIActionSheet
view to the one in Safari? make it more simpler and lighter?
Thansk
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找的是 UIPopover 类,您可以在其中插入任何您想要的视图,例如 ActionSheet。
请参阅http://sdktoday.net/2010/04/creating-a-uipopover/< /a> 了解如何创建 UIPopover。
希望这有帮助:)
WHat you're looking for is the UIPopover class, where you can insert whatever views you want, like an ActionSheet for example.
See http://sdktoday.net/2010/04/creating-a-uipopover/ to learn how to create an UIPopover.
Hope this helps :)