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

Modify string character counting to Swift 4 #48

Closed ems305 closed 6 years ago

ems305 commented 6 years ago

Addresses #47. Removes warning: 'characters' is deprecated: Please use String or Substring

codecov-io commented 6 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #48   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         175    175           
=====================================
  Hits          175    175
Impacted Files Coverage Δ
Sources/HexColors.swift 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2d8d1b4...bc4140a. Read the comment docs.

mRs- commented 6 years ago

Thanks for your contribution 🥂

gerchicov-vg commented 5 months ago

@mRs- this change is added but is not released. This leads to some problems. In my case I use RMessage which is linked with your pod and currently characters is obsolete!