---
title: estimatedProperties
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitouch/estimatedproperties
---

# estimatedProperties

A set of touch properties whose values contain only estimates.

## Declaration

```swift
var estimatedProperties: UITouch.Properties { get }
```

## Discussion

Discussion This property contains a bitmask of constants indicating which touch properties could not be reported immediately. For example, Apple Pencil records the force of a touch, but must transmit that information over the air to the underlying iPad. The delay incurred by transmitting the data may cause the information to be received after the touch has been reported to your app. Values in this property are not guaranteed to be updated later. For a list of properties whose values are expected to be updated, see estimatedPropertiesExpectingUpdates.

## See Also

### Managing estimated touch attributes

- [estimatedPropertiesExpectingUpdates](uikit/uitouch/estimatedpropertiesexpectingupdates.md)
- [UITouch.Properties](uikit/uitouch/properties.md)
- [estimationUpdateIndex](uikit/uitouch/estimationupdateindex.md)
