<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFindSession/SearchResultDisplayStyle-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIFindSessionSearchResultDisplayStyle"
  },
  "title" : "UIFindSession.SearchResultDisplayStyle"
}
-->

# UIFindSession.SearchResultDisplayStyle

Constants that describe the results summary the find panel UI includes.

```
enum SearchResultDisplayStyle
```

## Topics

### Constants

[`case currentAndTotal`](/documentation/UIKit/UIFindSession/SearchResultDisplayStyle-swift.enum/currentAndTotal)

The find panel includes the total number of results the session reports and the index of the target result.

[`case total`](/documentation/UIKit/UIFindSession/SearchResultDisplayStyle-swift.enum/total)

The find panel includes the total number of results the session reports.

[`case none`](/documentation/UIKit/UIFindSession/SearchResultDisplayStyle-swift.enum/none)

The find panel doesn’t include the number of results the session reports.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIFindSession/SearchResultDisplayStyle-swift.enum/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)