An open API service indexing awesome lists of open source software.

https://github.com/zeeshan2k2/project7-whitehouse-petitions

A Whitehouse petitions app that parses online data, displays it in a UITableViewController with a search filter, and includes buttons to switch data sources and reset the table view.
https://github.com/zeeshan2k2/project7-whitehouse-petitions

api swift uikit urlsession webkit

Last synced: 23 days ago
JSON representation

A Whitehouse petitions app that parses online data, displays it in a UITableViewController with a search filter, and includes buttons to switch data sources and reset the table view.

Awesome Lists containing this project

README

        

A Whitehouse petitions app where I use an online website and parse the data to view it in a UITableViewController. It consists of a filter search bar where user can look up words
and search for rows containing the word it consists of a data source button, and a reset button to reset the tableview after the user has performed a filter search.