Auto Layout Tutorial in iOS: Getting Started
Mar 6 2019 · Article (30 mins)
In this Auto Layout tutorial, you’ll learn how to use constraints and apply them to making iOS apps.
Auto Layout Tutorial in iOS: Getting Started
In this Auto Layout tutorial, you’ll learn how to use constraints and apply them to making iOS apps.
iOS & Swift
Auto Layout Visual Format Language Tutorial
Dec 4 2017 · Article (25 mins)
In this tutorial you will learn how to use the Auto Layout Visual Format Language to easily lay out your app’...
more
Auto Layout Visual Format Language Tutorial
In this tutorial you will learn how to use the Auto Layout Visual Format Language to easily lay out your app’s user interface using code.
Archive
Beginning Auto Layout in iOS 6: Part 1/2
Sep 19 2012 · Article (40 mins)
Auto Layout is an exciting new feature in iOS 6 but it can be quite tricky to use. This tutorial gets you sta...
more
Beginning Auto Layout in iOS 6: Part 1/2
Auto Layout is an exciting new feature in iOS 6 but it can be quite tricky to use. This tutorial gets you started with Auto Layout and Interface Builder.
iOS & Swift
Building an App With Only Code Using Auto Layout
Dec 30 2019 · Article (15 mins)
Learn how to make your iOS app’s UI in code using Auto Layout without using Storyboards or XIBs, and how it c...
more
Building an App With Only Code Using Auto Layout
Learn how to make your iOS app’s UI in code using Auto Layout without using Storyboards or XIBs, and how it can make working in a team easier.
iOS & Swift
Easier Auto Layout: Coding Constraints in iOS 9
May 6 2016 · Article (35 mins)
iOS 9 made coding Auto Layout constraints far easier! Learn everything you need to know about layout guides a...
more
Easier Auto Layout: Coding Constraints in iOS 9
iOS 9 made coding Auto Layout constraints far easier! Learn everything you need to know about layout guides and layout anchors in this Auto Layout tutorial.
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 b...
more
Auto Layout by Tutorials
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 skill levels, from those just getting started building user interfaces to the experienced hands who want to get more from Auto Layout.
Take a deep dive into:
Interface Builder: Learn to use Interface Builder to construct and maintain your user interfaces.
Stack Views and Scroll Views: Learn how these special view types interact with Auto Layout and how best to utilize them in your apps.
Self-Sizing Views: Discover how to make your user interface dynamically adapt to its content.
Animating Constraints: See how to animate your Auto Layout constraints to provide feedback, focus user attention and improve navigation.
Adaptive Layout: Learn to use Auto Layout to make adjustments for screen size, orientation, Dynamic Type size and more.
Resolving Common Issues: Discover how to investigate when things go awry and learn how to resolve Auto Layout conflicts.
After completing this book, you’ll be prepared to harness the full power of Auto Layout in all of your apps.
Archive
Beginning Auto Layout in iOS 6: Part 2/2
Sep 19 2012 · Article (35 mins)
Update note: Check out our newer version of this tutorial, updated to Swift and iOS 8: Beginning Auto Layout ...
more
Beginning Auto Layout in iOS 6: Part 2/2
Update note: Check out our newer version of this tutorial, updated to Swift and iOS 8: Beginning Auto Layout Tutorial in Swift: Part 2. This tutorial is an abbreviated version of one of the chapters from our new book iOS 6 By Tutorials. Matthijs Hollemans wrote this – the same guy who wrote the iOS […]
Archive
Beginning Auto Layout Tutorial in iOS 7: Part 1
Oct 16 2013 · Article (50 mins)
An Auto Layout tutorial that is fully up-to-date with Xcode 5 and iOS 7!
Beginning Auto Layout Tutorial in iOS 7: Part 1
An Auto Layout tutorial that is fully up-to-date with Xcode 5 and iOS 7!
Archive
Beginning Auto Layout Tutorial in iOS 7: Part 2
Oct 16 2013 · Article (35 mins)
An Auto Layout tutorial that is fully up-to-date with Xcode 5 and iOS 7!
Beginning Auto Layout Tutorial in iOS 7: Part 2
An Auto Layout tutorial that is fully up-to-date with Xcode 5 and iOS 7!
In this tutorial, you’ll learn how to enable self-sizing table view cells, as well as how to make them resize...
more
Self-sizing Table View Cells
In this tutorial, you’ll learn how to enable self-sizing table view cells, as well as how to make them resize on-demand and support Dynamic Type.
Android & Kotlin
Android Studio Tips and Tricks
Jul 3 2019 · Article (30 mins)
Master some hidden gems of Android Studio and improve your overall development efficiency with these Android ...
more
Android Studio Tips and Tricks
Master some hidden gems of Android Studio and improve your overall development efficiency with these Android Development tips and tricks.
Android & Kotlin
Android RecyclerView Tutorial with Kotlin
Mar 4 2019 · Article (30 mins)
In this Android RecyclerView tutorial, learn how to use Kotlin to display datasets of a large or unknown size!
Android RecyclerView Tutorial with Kotlin
In this Android RecyclerView tutorial, learn how to use Kotlin to display datasets of a large or unknown size!
iOS & Swift
SwiftUI: Getting Started
Jun 10 2019 · Article (25 mins)
In this SwiftUI tutorial, you’ll learn how to layout the UI by declaring and modifying views, and how to use ...
more
SwiftUI: Getting Started
In this SwiftUI tutorial, you’ll learn how to layout the UI by declaring and modifying views, and how to use state variables to update your UI. You’ll use Xcode’s new preview and live preview, and experience the joy of code and WYSIWYG layout that stay in sync.
Android & Kotlin
Android Fragments Tutorial: An Introduction with Kotlin
Apr 10 2019 · Article (30 mins)
In this Android Fragments with Kotlin tutorial you will learn the fundamental concepts of fragments while cre...
more
Android Fragments Tutorial: An Introduction with Kotlin
In this Android Fragments with Kotlin tutorial you will learn the fundamental concepts of fragments while creating an app that displays dogs breeds.
iOS & Swift
iOS Storyboards: Getting Started
Oct 14 2019 · Article (30 mins)
In this tutorial, you’ll learn how to design scenes, connect view controllers and define visual transitions i...
more
iOS Storyboards: Getting Started
In this tutorial, you’ll learn how to design scenes, connect view controllers and define visual transitions in storyboards, without writing any code.
Android & Kotlin
React Native Tutorial: Building Android Apps with JavaScript
Jan 3 2018 · Article (40 mins)
In this React Native tutorial you’ll learn how to build native apps based on the hugely popular React JavaScr...
more
React Native Tutorial: Building Android Apps with JavaScript
In this React Native tutorial you’ll learn how to build native apps based on the hugely popular React JavaScript library, with a focus on Android.
iOS & Swift
UIScrollView Tutorial: Getting Started
Nov 13 2019 · Article (30 mins)
In this UIScrollView tutorial, you’ll create an app similar to the default iOS Photos app to learn all about ...
more
UIScrollView Tutorial: Getting Started
In this UIScrollView tutorial, you’ll create an app similar to the default iOS Photos app to learn all about paging, scrolling and more with UIScrollView.
iOS & Swift
UIStackView Tutorial for iOS: Introducing Stack Views
Jun 26 2019 · Article (25 mins)
Learn how to simplify your iOS layouts with UIStackView. Layout a series of views horizontally or vertically,...
more
UIStackView Tutorial for iOS: Introducing Stack Views
Learn how to simplify your iOS layouts with UIStackView. Layout a series of views horizontally or vertically, using alignment, distribution and spacing.
iOS & Swift
Creating a Framework for iOS
Jan 20 2021 · Article (25 mins)
Learn how to build an iOS framework, which lets you share code between apps, modularize your code or distribu...
more
Creating a Framework for iOS
Learn how to build an iOS framework, which lets you share code between apps, modularize your code or distribute it as a third-party library.
iOS & Swift
How To Secure iOS User Data: The Keychain and Biometrics — Face ID or Touch ID
Jan 15 2018 · Article (35 mins)
Learn how to use the keychain and biometrics to secure your app and use Face ID or Touch ID.
How To Secure iOS User Data: The Keychain and Biometrics — Face ID or Touch ID
Learn how to use the keychain and biometrics to secure your app and use Face ID or Touch ID.
Android & Kotlin
Android ListView Tutorial with Kotlin
Feb 21 2018 · Article (25 mins)
In this tutorial, you’ll learn how to use Android’s ListView to easily create scrollable lists, by creating a...
more
Android ListView Tutorial with Kotlin
In this tutorial, you’ll learn how to use Android’s ListView to easily create scrollable lists, by creating a simple recipe list app using Kotlin.
Multiple Domains
Android Networking With Kotlin Tutorial: Getting Started
Apr 6 2020 · Article (30 mins)
In this tutorial, you’ll get started with Android networking by creating a simple app to retrieve and display...
more
Android Networking With Kotlin Tutorial: Getting Started
In this tutorial, you’ll get started with Android networking by creating a simple app to retrieve and display a list of GitHub repositories.