how can I remove the top border on UIToolBar

后端 未结 11 706
一生所求
一生所求 2021-02-02 05:14

I have set my UIToolBar tint color to some value, and there is this border line that I see in which I want to remove:

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-02 05:56

    toolbar1.clipsToBounds = YES;  
    

    Worked for me incase someone is still trying with Navigational bar

提交回复
热议问题