
How can I change the color of \"More..\" text in tabbar to match with its icon
Code free way to do this:
If you are just using iOS 10 then you may change the Image Tint in your Tab Bar
If you are also supporting iOS 9 and lower, then you must also add tintColor to your user definer runtime attributes in each tab bar item
if you also wish to change your icon color make sure the correct color image is in your assest folder and change Render as to Original Image