Book Image

Swift Essentials

By : Alex Blewitt, Bandlem Limited
Book Image

Swift Essentials

By: Alex Blewitt, Bandlem Limited

Overview of this book

Table of Contents (16 chapters)
Swift Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter has shown how to integrate the subjects created in this book to integrate into a functional application for interacting with a remote network service such as GitHub and be able to present that information in a tabular way.

By ensuring that all network requests are implemented on background threads, and returned data is updated on the UI thread, the application will remain responsive to the user's input. Graphics and custom views can be created to provide headings, or the Storyboard could be modified to include more graphics for each repository.