Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dokgi88 committed May 10, 2019
2 parents 3662583 + f78632b commit bd914f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![imgTitleLogo](https://github.com/dokgi88/dokgi88.github.io/blob/master/_images/TanibleView/imgTitleLogo.png?raw=true)
_<p align="right"> Designed by [yoon](https://blog.naver.com/dusqkq0) </p>_
_<p align="right"> Designed by [yoon](https://www.behance.net/dusqkq02639) </p>_
-
<br/>

Expand Down
2 changes: 1 addition & 1 deletion TanibleView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'TanibleView'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Very simple animate TableView.'

# This description is used to generate tags and improve search results.
Expand Down
5 changes: 5 additions & 0 deletions TanibleView/Classes/TanibleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,9 @@ public class TanibleView: UITableView {
})
}

public func reload() {
reloadData()
animatable()
}

}

0 comments on commit bd914f3

Please sign in to comment.