Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcao-ai authored Jun 21, 2016
1 parent c9a0852 commit 7d48712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Import LiveLabel.swift and LyricLabel.swift into you project first.
// LiveLabel Usage
liveLabel.fromColor = UIColor.init(netHex: 0x00C9FF).cgColor // Here is an entension init method for UIColor from LiveLabel.swift
liveLabel.toColor = UIColor.init(netHex: 0x92FE9D).cgColor // Here is an entension init method for UIColor from LiveLabel.swift
liveLabel.setAnimationEnabled(sender.isOn)
liveLabel.setAnimationEnabled(true)
...

/**
Expand Down

0 comments on commit 7d48712

Please sign in to comment.