Skip to content

Commit

Permalink
[UPDATE] 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shevakuilin committed Sep 16, 2019
1 parent 835c661 commit 1b50c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![](https://img.shields.io/badge/platform-iOS-green.svg)
![](https://img.shields.io/badge/pod-v1.6.0.beta.1-blue.svg)
![](https://img.shields.io/badge/language-ObjectiveC-purple.svg)
![](https://img.shields.io/badge/version-v0.0.5-red.svg)
![](https://img.shields.io/badge/version-v0.0.6-red.svg)

Automatically scrolling UILabel with both horizontal/vertical MARQUEE effects and gradient gradients on the edges.Gradient fading is used on the edge of the scroll to solve the problem of the hard edges of the rolling edge. The overall effect is a natural and easy to use.

Expand Down
2 changes: 1 addition & 1 deletion SKAutoScrollLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKAutoScrollLabel"
s.version = "0.0.5"
s.version = "0.0.6"
s.summary = "水平/垂直跑马灯"
s.description = <<-DESC
Automatically scrolling UILabel with both horizontal/vertical MARQUEE effects and gradient gradients on the edges
Expand Down

0 comments on commit 1b50c51

Please sign in to comment.