<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/PressureTrend",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit13PressureTrendO"
  },
  "title" : "PressureTrend"
}
-->

# PressureTrend

The atmospheric pressure change over time.

```
enum PressureTrend
```

## Topics

### Creating the object

### Getting the trend

[`case falling`](/documentation/WeatherKit/PressureTrend/falling)

The pressure is falling.

[`case rising`](/documentation/WeatherKit/PressureTrend/rising)

The pressure is rising.

[`case steady`](/documentation/WeatherKit/PressureTrend/steady)

The pressure is not changing.

### Describing the trend

[`var accessibilityDescription: String`](/documentation/WeatherKit/PressureTrend/accessibilityDescription)

A localized accessibility description describing the pressure change over time.

[`var description: String`](/documentation/WeatherKit/PressureTrend/description)

A localized string describing the pressure trend.

## Relationships

### Conforms To

[`Escapable`](/documentation/Swift/Escapable)

[`Hashable`](/documentation/Swift/Hashable)

[`Decodable`](/documentation/Swift/Decodable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Encodable`](/documentation/Swift/Encodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CaseIterable`](/documentation/Swift/CaseIterable)

[`Sendable`](/documentation/Swift/Sendable)

[`Copyable`](/documentation/Swift/Copyable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)