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 this? I am using objective-c
Thanks
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 this? I am using objective-c
Thanks
For Swift 4 :
Try This one
I'd prefer to use a dedicated tab bar methods.
You can give shadow by using following code to any UI object
Here i gave example for your tabControl object.
Use This Extension
Set Shadow Color Using RGB
Swift 4: