Skip to content

Parse a local Json file and display it in table view (Swift4.2)

   

This is a sample code that parses the locally added JSON file and displays it in TableView.
It would be better to use SwiftyJson or something like that, but this time I wrote it without using it.

alt

  1. Adopting UITest with Swift(Swift4.2)
  2. Display items in a table with UITableView(Swift4.2)
  3. Screen transition in NavigationController(Swift4.2)
  4. Switching the Root of NavigationController(Swift4.2)
  5. Selecting an image with ImagePickerController(Swift4.2)
  6. Function(Swift4.2)
  7. Array(Swift4.2)