Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Nov 6, 2018
1 parent 84a6c9f commit 9f48646
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 24 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,52 @@

-----

## [4.0.1](https://github.com/EyreFree/EFCountingLabel/releases/tag/4.0.1) (2017-10-18)
## [4.1.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.1.0) (2018-11-06)

#### Add

* Upgrade to Swift 4.2.

---

## [4.0.1](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.0.1) (2017-10-18)

#### Update

* Merge pull request [#7](https://github.com/EyreFree/EFCountingLabel/pull/7).
* Merge pull request [#7](https://github.com/EFPrefix/EFCountingLabel/pull/7).

---

## [4.0.0](https://github.com/EyreFree/EFCountingLabel/releases/tag/4.0.0) (2017-09-30)
## [4.0.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.0.0) (2017-09-30)

#### Fix

* Update to Swift 4.

---

## [1.0.3](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.3) (2017-05-24)
## [1.0.3](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.3) (2017-05-24)

#### Fix

* Fix timer fps on iOS10 and crash when calling countFromCurrentValueTo.

---

## [1.0.2](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.2) (2017-05-15)
## [1.0.2](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.2) (2017-05-15)

#### Fix

* Fix issue [#2](https://github.com/EyreFree/EFCountingLabel/issues/2).
* Fix issue [#2](https://github.com/EFPrefix/EFCountingLabel/issues/2).

---

## [1.0.1](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.1) (2017-03-01)
## [1.0.1](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.1) (2017-03-01)

Update.

---

## [1.0.0](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.0) (2016-12-11)
## [1.0.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.0) (2016-12-11)

First public release.
4 changes: 2 additions & 2 deletions EFCountingLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Pod::Spec.new do |s|
A label which can show number change animated, in Swift.
DESC

s.homepage = 'https://github.com/EyreFree/EFCountingLabel'
s.homepage = 'https://github.com/EFPrefix/EFCountingLabel'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'EyreFree' => '[email protected]' }
s.source = { :git => 'https://github.com/EyreFree/EFCountingLabel.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/EFPrefix/EFCountingLabel.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/EyreFree777'

s.ios.deployment_target = '8.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md → ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.

- [ ] I have read the [README.md](https://github.com/EyreFree/EFCountingLabel/blob/master/README.md), but there is no information I need.
- [ ] I have searched in [existing issues](https://github.com/EyreFree/EFCountingLabel/issues?utf8=%E2%9C%93&q=is%3Aissue), but did find a same one.
- [ ] I have read the [README.md](https://github.com/EFPrefix/EFCountingLabel/blob/master/README.md), but there is no information I need.
- [ ] I have searched in [existing issues](https://github.com/EFPrefix/EFCountingLabel/issues?utf8=%E2%9C%93&q=is%3Aissue), but did find a same one.

### Issue Description

Expand Down
38 changes: 26 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
![](https://raw.githubusercontent.com/EyreFree/EFCountingLabel/master/assets/EFCountingLabel.png)
![](https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/EFCountingLabel.png)

<p align="center">
<a href="https://travis-ci.org/EyreFree/EFCountingLabel"><img src="http://img.shields.io/travis/EyreFree/EFCountingLabel.svg"></a>
<a href="http://cocoapods.org/pods/EFCountingLabel"><img src="https://img.shields.io/cocoapods/v/EFCountingLabel.svg?style=flat"></a>
<a href="http://cocoapods.org/pods/EFCountingLabel"><img src="https://img.shields.io/cocoapods/p/EFCountingLabel.svg?style=flat"></a>
<a href="https://github.com/apple/swift"><img src="https://img.shields.io/badge/language-swift-orange.svg"></a>
<a href="https://raw.githubusercontent.com/EyreFree/EFCountingLabel/master/LICENSE"><img src="https://img.shields.io/cocoapods/l/EFCountingLabel.svg?style=flat"></a>
<a href="https://twitter.com/EyreFree777"><img src="https://img.shields.io/badge/[email protected]?style=flat"></a>
<a href="http://weibo.com/eyrefree777"><img src="https://img.shields.io/badge/[email protected]?style=flat"></a>
<img src="https://img.shields.io/badge/made%20with-%3C3-orange.svg">
<a href="https://travis-ci.org/EFPrefix/EFCountingLabel">
<img src="http://img.shields.io/travis/EFPrefix/EFCountingLabel.svg">
</a>
<a href="http://cocoapods.org/pods/EFCountingLabel">
<img src="https://img.shields.io/cocoapods/v/EFCountingLabel.svg?style=flat">
</a>
<a href="http://cocoapods.org/pods/EFCountingLabel">
<img src="https://img.shields.io/cocoapods/p/EFCountingLabel.svg?style=flat">
</a>
<a href="https://github.com/apple/swift">
<img src="https://img.shields.io/badge/language-swift-orange.svg">
</a>
<a href="https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/LICENSE">
<img src="https://img.shields.io/cocoapods/l/EFCountingLabel.svg?style=flat">
</a>
<a href="https://twitter.com/EyreFree777">
<img src="https://img.shields.io/badge/[email protected]?style=flat">
</a>
<a href="http://weibo.com/eyrefree777">
<img src="https://img.shields.io/badge/[email protected]?style=flat">
</a>
<img src="https://img.shields.io/badge/made%20with-%3C3-orange.svg">
</p>

A label which can show number change animated, in Swift.

## Overview

<img src="https://raw.githubusercontent.com/EyreFree/EFCountingLabel/master/assets/example.gif" width = "50%"/>
<img src="https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/example.gif" width = "50%"/>

## Example

Expand Down Expand Up @@ -47,7 +61,7 @@ self.view.addSubview(myLabel)

You can also add it to your `xib` or `storyboard` , just make sure you set the class and module to `EFCountingLabel`.

<img src="https://raw.githubusercontent.com/EyreFree/EFCountingLabel/master/assets/storyboard.png"/>
<img src="https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/storyboard.png"/>

### Use

Expand Down Expand Up @@ -149,7 +163,7 @@ Ease In/Out starts out slow, speeds up towards the middle, and then slows down a

## PS

The first version of [EFCountingLabel](https://github.com/EyreFree/EFCountingLabel/commit/5e5e12d49b84e4eff8f18df68a99b5e3223b579b) is converted from [UICountingLabel](https://github.com/dataxpress/UICountingLabel/commit/1aa3d51c1ac4d7b8aef4c5f7ea44a1b1428c7985).
The first version of [EFCountingLabel](https://github.com/EFPrefix/EFCountingLabel/commit/5e5e12d49b84e4eff8f18df68a99b5e3223b579b) is converted from [UICountingLabel](https://github.com/dataxpress/UICountingLabel/commit/1aa3d51c1ac4d7b8aef4c5f7ea44a1b1428c7985).

## Author

Expand Down

0 comments on commit 9f48646

Please sign in to comment.