<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIBlurEffect",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIBlurEffect"
  },
  "title" : "UIBlurEffect"
}
-->

# UIBlurEffect

An object that applies a blurring effect to the content layered behind a visual effect view.

```
@MainActor class UIBlurEffect
```

## Overview

Views that you add to the [`contentView`](/documentation/UIKit/UIVisualEffectView/contentView) of a visual effect view aren’t affected by the blur effect.

## Topics

### Creating a blur effect

[`init(style:)`](/documentation/UIKit/UIBlurEffect/init(style:))

Creates a blur effect with the designated style.

### Constants

[`UIBlurEffect.Style`](/documentation/UIKit/UIBlurEffect/Style)

Blur styles available for blur effect objects.



---

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)