Reply to About GestureState<ManipulationState> This worked for me: struct ManipulationState { var transform: AffineTransform3D = .identity var active: Bool = false } @GestureState var manipulationState = ManipulationState() App & System Services Core OS Feb ’24