You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using MaterialKit with my first project, and I'm currently using MKButton. In the read me, the description calls for 1) UIColor.MKColor.color and 2) button.rippleLocation = .TapLocation. Xcode is complaining about "UIColor" has no member "MKColor" and likewise with "rippleLocation." I'm using the current version of Cocoapods and Xcode 7.3.1.
The text was updated successfully, but these errors were encountered:
I'm using MaterialKit with my first project, and I'm currently using MKButton. In the read me, the description calls for 1) UIColor.MKColor.color and 2) button.rippleLocation = .TapLocation. Xcode is complaining about "UIColor" has no member "MKColor" and likewise with "rippleLocation." I'm using the current version of Cocoapods and Xcode 7.3.1.
The text was updated successfully, but these errors were encountered: