GitXplorerGitXplorer
k

JSONTestApp

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
96549587c3d2bc7f778673e12c1a47d01279b015

updates gitignore

kkevindeleon committed 10 years ago
Unverified
328ce3a2a447d741bbd977f618e84fed98f1240d

identifies DetailViewController as a delegate for UIWebView

kkevindeleon committed 10 years ago
Unverified
93a744dc177c986c0ea69c4a70d80fe801bdc591

adds activity indicator to webview

kkevindeleon committed 10 years ago
Unverified
ee902bdee826dbb4d072bcabd3af21459c3af29b

adds a bit of organization and a title to the detail view

kkevindeleon committed 10 years ago
Unverified
9e5f32adfcddb3cdbaa1d8bccd7013d82e44b2b1

adds credit to README

kkevindeleon committed 10 years ago
Unverified
1577c5b3c25a13e3e893a3ceceafd80132136194

adds DSStore to gitignore

kkevindeleon committed 10 years ago

README

The README file for this repository.

JSONTestApp

A test iOS/Swfit App that loads JSON data into a UITableView, and also loads a URL into a UIWebView detail view.

Initial code comes from a tutorial at http://www.learnswift.io/

Added the functionality as recommended in the last part of the tutorial to load the url in a webview for each repository as an additional "challenge".

May add a search bar for the repos as well if I have time.