Filters

Hide filters
Platform
Content Type
Difficulty

All Tutorials · 15 Results

Contained in: Debugging UIKit Views with Reveal tim mitra
iOS & Swift
Debugging UIKit Views with Reveal
Learn how to use the Reveal app to find and fix layout and rendering problems in UIKit views. Brought to you by the fine folks…
iOS & Swift

Set Up Reveal

Set up a user breakpoint to integrate Reveal into Xcode. Connect to the sample project running in a simulator.
iOS & Swift

Getting Started

Download and activate Reveal.
iOS & Swift

Navigate Reveal

Learn how to use Reveal’s outline, canvas, inspectors and keyboard shortcuts.
iOS & Swift

Explore Papr-Reveal

Use Reveal to familiarize yourself with the sample project.
iOS & Swift

Find That Missing Auto Layout Setting

It’s easy to forget to turn off translatesAutoresizingMaskIntoConstraints on a UIView . Learn how to detect and fix this common constraint error.
iOS & Swift

Fix a Wrong Constraint

Fix an untappable button by fixing a constraint on a neighboring button.
iOS & Swift

Find a Missing Constraint

Learn how to identify and fix the problem of a missing or accidentally deleted autolayout position constraint.
iOS & Swift

Find an Unsatisfiable Constraint

Learn how to find and fix an unsatisfiable constraint, like setting a size smaller than the view’s instrinsic content size.
iOS & Swift

Quickly Locate VoiceOver Labels

Learn how to use Reveal to check accessibility labels without using accessibility inspector or VoiceOver mode on a device.
iOS & Swift

Experiment With Gesture Recognizers

Learn how to use Reveal to identify the gesture recognizers in your app and try out different behaviors for them.
iOS & Swift

Adjust for Dark Mode

Learn how to check your app’s appearance in dark mode, faster than using Xcode’s environment override.
iOS & Swift

Adjust Map Annotation Offset

Learn how to use Reveal to determine the correct offset for a map annotation so the pin points to the location.
iOS & Swift

Prevent Text Overflow

Learn how to easily test for extreme cases of text overflow without affecting your unit testing code.
iOS & Swift

Adjust Compression Resistance Priority

Depending on their runtime content, some views might be compressed. Check your views and decide how to adjust layout priorities.