| Summary: | Download JSON data from an online location into your iOS apps. You'll work a sample list of contacts with email addresses, phone numbers, names, and other relevant information. You'll then see how to format the data properly and list it in a TableView to be more user-friendly to read for display in your app. Working with JSON in iOS is one of the most useful pieces of knowledge for a developer. It's used on a daily basis in a wide variety of apps. Displaying online data in an app is an essential part of the iOS ecosystem. Learn how to download text from a server and then format the data properly with Codable in Swift. Using custom cells, you'll build a TableView then place everything in an adaptable AutoLayout. Finally, you'll populate the TableView with the formatted JSON data represented by an array of custom items. By the end of this video, you'll be able to incorporate JSON data into your apps in a user-friendly and easily accessible manner.
|