Skip to content

Commit

Permalink
Merge pull request #183 from Shopify/remove-travis
Browse files Browse the repository at this point in the history
Remove travis badge
  • Loading branch information
raulriera authored Oct 11, 2019
2 parents c5dcb04 + e14e054 commit 27dce39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<img src="https://github.com/Shopify/FunctionalTableData/raw/master/Images/Banner.png" />

[![Build Status](https://travis-ci.org/Shopify/FunctionalTableData.svg)](https://travis-ci.org/Shopify/FunctionalTableData)

Functional Table Data implements a functional renderer for UITableView. You pass it a complete description of your table state, and Functional Table Data compares it with the previous render call to insert, update, and remove the sections and cells that have changed. This massively simplifies state management of complex UI.

No longer do you have to manually track the number of sections, cells, and indices of your UI. Build one method that generates your table state structure from your data. The provided `HostCell` generic makes it easy to add FunctionalTableData support to `UITableViewCell`s.
Expand Down

0 comments on commit 27dce39

Please sign in to comment.