Global Variableswift-composable-architecture 1.18.0ComposableArchitecture
_isInPerceptionTracking
NavigationStack+Observation.swift:446This declaration is gated by at least one @_spi attribute.
var _isInPerceptionTracking: Bool { get }
This declaration is gated by at least one @_spi attribute.
var _isInPerceptionTracking: Bool { get }
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
@frozen struct Bool
A value type whose instances are either true
or false
.