This tutorial demonstrate how to use OpenSource SwiftyJSON library to parse JSON Data and show it in table view.
This contents following things -
- Parse the online JSON Data and show data in tableview.
- Provide auto pull to refresh view functionality to show new refresher json data.
- Display the updated json data in json.
- Once data is display online at time of application kill, its save in plist as well as images into the Documents/Images directory to load data offline.
- Show warning when user pull to refresh data in offline mode.
- Provides searchbar to search items from table view.