yeahdongcn/UIColor-Hex-Swift

Argument Labels Don't Match Overloads Issue

rinyfo4 opened this issue · 3 comments

Hey,

Great git guys.

I followed the installation process and I get an error:
Argument labels '(rgba:)' do not match any available overloads')' when i try to add this line in my App Delegate

    UITabBar.appearance().barTintColor = UIColor(rgba: "#12296f")

Do i have to add an import statement? If so what is it? What am i missing?

Thanks a lot

import HEXColor

Worked with import UIColor_Hex_Swift

Using Cocoapods

Problem solved?