---
title: RPBroadcastActivityViewController
framework: replaykit
role: symbol
role_heading: Class
path: replaykit/rpbroadcastactivityviewcontroller
---

# RPBroadcastActivityViewController

A view controller that displays a user interface where users choose a broadcast service.

## Declaration

```swift
class RPBroadcastActivityViewController
```

## Overview

Overview The view controller displays the broadcast services currently installed on the device. On iPad, you must present the broadcast activity view controller as a popover.

## Topics

### Presenting the Broadcast Activity UI

- [load(handler:)](replaykit/rpbroadcastactivityviewcontroller/load(handler:).md)
- [load(withPreferredExtension:handler:)](replaykit/rpbroadcastactivityviewcontroller/load(withpreferredextension:handler:).md)

### Getting the Delegate

- [delegate](replaykit/rpbroadcastactivityviewcontroller/delegate.md)
- [RPBroadcastActivityViewControllerDelegate](replaykit/rpbroadcastactivityviewcontrollerdelegate.md)

## Relationships

### Inherits From

- [UIViewController](uikit/uiviewcontroller.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSExtensionRequestHandling](foundation/nsextensionrequesthandling.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSTouchBarProvider](appkit/nstouchbarprovider.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [UIActivityItemsConfigurationProviding](uikit/uiactivityitemsconfigurationproviding.md)
- [UIAppearanceContainer](uikit/uiappearancecontainer.md)
- [UIContentContainer](uikit/uicontentcontainer.md)
- [UIFocusEnvironment](uikit/uifocusenvironment.md)
- [UIPasteConfigurationSupporting](uikit/uipasteconfigurationsupporting.md)
- [UIResponderStandardEditActions](uikit/uiresponderstandardeditactions.md)
- [UIStateRestoring](uikit/uistaterestoring.md)
- [UITraitChangeObservable](uikit/uitraitchangeobservable-67e94.md)
- [UITraitEnvironment](uikit/uitraitenvironment.md)
- [UIUserActivityRestoring](uikit/uiuseractivityrestoring.md)

## See Also

### Live Broadcast Implementation

- [RPSystemBroadcastPickerView](replaykit/rpsystembroadcastpickerview.md)
- [RPBroadcastActivityController](replaykit/rpbroadcastactivitycontroller.md)
- [RPBroadcastActivityControllerDelegate](replaykit/rpbroadcastactivitycontrollerdelegate.md)
- [RPBroadcastConfiguration](replaykit/rpbroadcastconfiguration.md)
