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 introduced the concept of storyboards as a sequence of scenes that are connected with segues, which can either be wired with the GUI or driven programmatically. Finally, Auto Layout can be used to build applications that respond to differences in screen orientation or size as well as respond to changes in view size or other properties.

The next chapter will present how to create custom views in Swift.