iOS - Getting desired shadow above UITabBar

后端 未结 6 1783
执笔经年
执笔经年 2021-02-12 19:22

I am trying to get my tab bar shadow to look like the one seen in this image:

What is the best way of doing thi

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-12 19:58

    Try This one

     [[UITabBar appearance] setShadowImage:[UIImage imageNamed:@"transparentShadow.png"]];
    

提交回复
热议问题