Skip to content

endodoug/FunAndLearn

Repository files navigation

FunAndLearn

TopCoder Swift Challenge - TableView with plist data followed by JSON Data from a URL

Challenge Overview

For this challenge, you will use the tableView component to show all the survey records in a tabular format.

Technical Requirements

  1. You need to create use tableView component to show dummy surveys plist data.
  2. Replace the plist data with JSON from a URL in phase 2.
  3. Add search functionality to filter the results.

Notes

  • September, October Fun Series using Swift.
  • Great practice loading data from a plist into a table view. In this case the plist contained an array of dictionaries.
  • More great practice... loading data from a URL and adding a search feature.

Contribute if you want!

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

Screenshot

screenshot

About

TopCoder Swift Challenge - TableView and plist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages