在ios7中将细线边框添加到UiToolbar的底部[重复]

Posted

技术标签:

【中文标题】在ios7中将细线边框添加到UiToolbar的底部[重复]【英文标题】:Add Hairline border to the bottom of UiToolbar in ios7 [duplicate] 【发布时间】:2014-04-19 04:13:07 【问题描述】:

我想去掉顶部的1px细线显示,并在UiToolbar上将1px细线添加到底部。

@property (strong, nonatomic) IBOutlet UIToolbar *uiToolbar;

// This removes the top hairline
uiToolbar.clipsToBounds = YES;

// How do I add a bottom hairline? (Should also resize automatically from portrait and landscape.)

谢谢

【问题讨论】:

你好mownier,你是对的。我没想到 UiToolbar 是 UiView 的子类(所以我所有的谷歌搜索都不起作用)如果你把它写成答案,我会把它标记为正确的。干杯。 嗨@user1256378,我写我的评论作为答案。乐意效劳。干杯! 【参考方案1】:

从 -positionForBar: 委托方法返回 UIBarPositionTop 也将实现您正在寻找的结果。

ios7 UIStatusBar blur not correct

【讨论】:

以上是关于在ios7中将细线边框添加到UiToolbar的底部[重复]的主要内容,如果未能解决你的问题,请参考以下文章

在 iOS 7 中移除 UIToolbar 细线

如何在 iOS 7 中向 UIToolbar 添加更大的按钮项?

如何将 2 个按钮与 UIToolbar 的左右边框对齐

如何在 iOS7 中将 UIDatePicker 添加到 UIALertView

如何在 ios7 中将 UIView 对象添加到 self.view.window?

UIBarButtonItem 在 iOS 7 的 UIToolbar 上不显示