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

Chapter 7. Building a Repository Browser

Having covered how to integrate the components necessary to build an application, this chapter will create a repository browser that allows user repositories to be displayed using the GitHub API.

This chapter will present the following topics:

  • An overview of the GitHub API

  • Talking to the GitHub API with Swift

  • Creating a repository browser

  • Maintaining selection between view controllers