mRs- / HexColors

HexColors is an extension for UIColor and NSColor to support for creating colors from a hex strings
MIT License
457 stars 102 forks source link

Xcode 9.1 beta 2 warning #47

Closed StuSchwartz closed 6 years ago

StuSchwartz commented 6 years ago

I am getting a new warning when moved to Xcode 9.1 beta 2

Swift Compiler Warning HexColors.swift:74:21: 'characters' is deprecated: Please use String or Substring directly

mRs- commented 6 years ago

Didn't checked out the beta till now

ems305 commented 6 years ago

PR #48 submitted

mRs- commented 6 years ago

Thanks to @ems305 fixed on the master branch.