Skip to content

Commit

Permalink
Update readme and podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmaan Ahmed committed Dec 30, 2019
1 parent e25661f commit 548aa0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PaginatedTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PaginatedTableView'
s.version = '0.1.0'
s.version = '1.0'
s.summary = 'Assign this class to your UITableView and it will be equipped with pull to refresh as well as infinite scroll'

# This description is used to generate tags and improve search results.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Guess what, it comes with pull to refresh by default ;)
onSuccess?(moreDataAvailable)
}
```
The latest release supports swiping cells and listening to scroll changes, please see example for more features.

**Step 5: Enjoy**
Yeah! Thats all. You now have paginated table view with infinite scroll along with pull to refresh :heart:
Expand Down

0 comments on commit 548aa0d

Please sign in to comment.