---
title: UITextSearchFoundTextStyle
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uitextsearchfoundtextstyle
---

# UITextSearchFoundTextStyle

Constants that describe the style a find session uses to decorate the text.

## Declaration

```swift
enum UITextSearchFoundTextStyle
```

## Overview

Overview Use UITextSearchFoundTextStyle to identify ranges of text your app decorates to indicate matches, highlighted matches and non-matching text.

## Topics

### Constants

- [UITextSearchFoundTextStyle.normal](uikit/uitextsearchfoundtextstyle/normal.md)
- [UITextSearchFoundTextStyle.found](uikit/uitextsearchfoundtextstyle/found.md)
- [UITextSearchFoundTextStyle.highlighted](uikit/uitextsearchfoundtextstyle/highlighted.md)

### Initializers

- [init(rawValue:)](uikit/uitextsearchfoundtextstyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Find and replace

- [UIFindInteraction](uikit/uifindinteraction.md)
- [UIFindInteractionDelegate](uikit/uifindinteractiondelegate.md)
- [UIFindSession](uikit/uifindsession.md)
- [UITextSearchingFindSession](uikit/uitextsearchingfindsession.md)
- [UITextSearching](uikit/uitextsearching-3wkjv.md)
- [UITextSearchOptions](uikit/uitextsearchoptions.md)
- [UITextSearchOptions.WordMatchMethod](uikit/uitextsearchoptions/wordmatchmethod-swift.enum.md)
- [UIFindSession.SearchResultDisplayStyle](uikit/uifindsession/searchresultdisplaystyle-swift.enum.md)
