Contained in: Auto Layout by Tutorials
tammy coron
iOS & Swift
Auto Layout by Tutorials
May 15 2020 · Book
This book will be your guide as you explore and master the many capabilities of Auto Layout. This book is for iOS developers of all…
iOS & Swift
Chapter in Auto Layout by Tutorials
What You Need
May 15 2020 · Chapter
iOS & Swift
Chapter in Auto Layout by Tutorials
Book Source Code & Forums
May 15 2020 · Chapter
iOS & Swift
Chapter in Auto Layout by Tutorials
About the Cover
May 15 2020 · Chapter
iOS & Swift
Chapter in Auto Layout by Tutorials
Introduction
May 15 2020 · Chapter
iOS & Swift
Chapter in Auto Layout by Tutorials
Introducing Auto Layout
May 15 2020 · Chapter
Get an overview of Auto Layout and how to start “thinking in Auto Layout”. Learn what constraints are and the formula that defines them. Meet…
iOS & Swift
Chapter in Auto Layout by Tutorials
Construct Auto Layout with the Interface Builder
May 15 2020 · Chapter
Learn to use Xcode’s visual tool, Interface Builder, to construct a user interface complete with all Auto Layout constraints. See how to preview your…
iOS & Swift
Chapter in Auto Layout by Tutorials
Stack View
May 15 2020 · Chapter
Learn about UIStackView, an intelligent view container that makes many layout decisions for you. Build a complex layout using nested stack views. See how using…
iOS & Swift
Chapter in Auto Layout by Tutorials
Construct Auto Layout with Code
May 15 2020 · Chapter
Learn how to build your user interface without using Interface Builder. Explore the Visual Format Language (VFL), which you can use to describe a set…
iOS & Swift
Chapter in Auto Layout by Tutorials
Scroll View
May 15 2020 · Chapter
Use scroll views to create user interfaces that go beyond the size of a physical screen. Learn about the special challenges they present when using…
iOS & Swift
Chapter in Auto Layout by Tutorials
Self-Sizing Views
May 15 2020 · Chapter
Learn how to configure views that change size to account for dynamic content. See how to use Auto Layout to configure dynamically-sized cells in…
iOS & Swift
Chapter in Auto Layout by Tutorials
Layout Guides
May 15 2020 · Chapter
Explore using Layout Guides to create space in your layout without using empty views. Learn about the system-provided guides and how to create your…
Discover what happens when the Auto Layout engine must choose between conflicting constraints. Learn how to use priorities to communicate how the system should resolve…
iOS & Swift
Chapter in Auto Layout by Tutorials
Animating Auto Layout Constraints
May 15 2020 · Chapter
Learn to animate constraints to create unique and engaging user experiences in your apps. See how animation can provide feedback, focus user attention and improve…
iOS & Swift
Chapter in Auto Layout by Tutorials
Adaptive Layout
May 15 2020 · Chapter
See Auto Layout’s real power come to life as you learn how to build adaptive user interfaces that adjust to screen size and orientation…
iOS & Swift
Chapter in Auto Layout by Tutorials
Dynamic Type
May 15 2020 · Chapter
Learn to make your app more accessible by supporting Dynamic Type. Understand how Auto Layout and Dynamic Type interact so you can manage layout changes…
iOS & Swift
Chapter in Auto Layout by Tutorials
Internationalization & Localization
May 15 2020 · Chapter
Learn how Auto Layout can assist you in internationalizing your app. See how to test if your app is ready for localization. Discover the things…
iOS & Swift
Chapter in Auto Layout by Tutorials
Common Auto Layout Issues
May 15 2020 · Chapter
Learn how to investigate when Auto Layout doesn’t give you the desired result. See how to read Auto Layout’s log messages and how…
iOS & Swift
Chapter in Auto Layout by Tutorials
Under the Hood of Auto Layout
May 15 2020 · Chapter
Pull back the curtain and see the inner workings of Auto Layout. Explore the math behind the magic and discover the “why” behind the behavior…
iOS & Swift
Chapter in Auto Layout by Tutorials
Optimizing Auto Layout Performance
May 15 2020 · Chapter
Learn to fine-tune your app’s Auto Layout performance. Learn about best practices and about common mistakes that cost you performance.