---
title: system()
framework: uikit
role: symbol
role_heading: Type Method
path: uikit/uipointerstyle/system()
---

# system()

Morphs the pointer into a default system-style pointer.

## Declaration

```swift
class func system() -> Self
```

## Discussion

Discussion To display custom accessories alongside the default pointer, use this pointer style and assign your accessories to the accessories property.

## See Also

### Creating a pointer style

- [init(effect:shape:)](uikit/uipointerstyle/init(effect:shape:).md)
- [init(shape:constrainedAxes:)](uikit/uipointerstyle/init(shape:constrainedaxes:).md)
- [hidden()](uikit/uipointerstyle/hidden().md)
