在CarbonKit中的分段寻呼机下删除1x阴影线

时间:2019-04-19 13:41:42

标签: objective-c carbonkit

我在我的项目中使用CarbonKit作为分段寻呼机。我正在尝试删除该工具下的1px阴影线,但无法执行此操作。我使用了这段代码,但没有帮助。

[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.shadowImage = [[UIImage alloc] init];

我想知道如何删除此1px阴影线。

enter image description here

1 个答案:

答案 0 :(得分:1)

您可以通过此功能禁用它

carbonTabSwipeNavigation.toolbar.clipsToBounds = true