Skip to content

Swift-Tutorials/JSON-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON data parsing tutorial

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.

    Alt text


  • Provide auto pull to refresh view functionality to show new refresher json data.

    Alt text


  • Display the updated json data in json.

    Alt text


  • 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.

    Alt text


  • Show warning when user pull to refresh data in offline mode.

    Alt text


  • Provides searchbar to search items from table view.

    Alt text

About

This tutorial demonstrate how to use OpenSource SwiftyJSON library to parse JSON Data and show it table view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages