<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [isIOS](./x-components.isios.md)

## isIOS() function

Checks if the user is on an iOS device (iPhone, iPad, or iPod).

**Signature:**

```typescript
isIOS: () => boolean
```
**Returns:**

boolean

`true` if the user is on iOS, `false` otherwise.

