---
title: showsSharingServiceButton
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerview/showssharingservicebutton
---

# showsSharingServiceButton

A Boolean value that determines whether the player view displays a sharing service button.

## Declaration

```swift
var showsSharingServiceButton: Bool { get set }
```

## Discussion

Discussion This property is currently supported only with a controlsStyle of AVPlayerViewControlsStyle.floating or AVPlayerViewControlsStyle.inline. The default value is false.

## See Also

### Customizing the user interface

- [controlsStyle](avkit/avplayerview/controlsstyle.md)
- [AVPlayerViewControlsStyle](avkit/avplayerviewcontrolsstyle.md)
- [showsFrameSteppingButtons](avkit/avplayerview/showsframesteppingbuttons.md)
- [showsFullScreenToggleButton](avkit/avplayerview/showsfullscreentogglebutton.md)
- [showsTimecodes](avkit/avplayerview/showstimecodes.md)
- [contentOverlayView](avkit/avplayerview/contentoverlayview.md)
- [actionPopUpButtonMenu](avkit/avplayerview/actionpopupbuttonmenu.md)
- [updatesNowPlayingInfoCenter](avkit/avplayerview/updatesnowplayinginfocenter.md)
