TopCoder Swift Challenge - TableView with plist data followed by JSON Data from a URL
For this challenge, you will use the tableView component to show all the survey records in a tabular format.
- You need to create use tableView component to show dummy surveys plist data.
- Replace the plist data with JSON from a URL in phase 2.
- Add search functionality to filter the results.
- 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.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history