Book Image

Swift Cookbook

By : Cecil Costa, Cecil Costa
Book Image

Swift Cookbook

By: Cecil Costa, Cecil Costa

Overview of this book

Table of Contents (18 chapters)
Swift Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Let's face it, nobody writes a full program without any issue. Even the best programmer will encounter some situations that hadn't been contemplated. Sometimes, it's easy to find the bug; sometimes, it is very hard, mainly, when we have a multithreaded app.

In this chapter, we will learn how to debug an app step by step; this will make it easier for you to find where the issue is.