Argument Labels Don't Match Overloads Issue
rinyfo4 opened this issue · 3 comments
rinyfo4 commented
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
yeahdongcn commented
import HEXColor
Maxador commented
Worked with import UIColor_Hex_Swift
Using Cocoapods
yeahdongcn commented
Problem solved?