EXHostViewController
A view controller that hosts remote views provided by an app extension.
Declaration
class EXHostViewControllerMentioned in
Overview
Present this view controller from your app’s interface to display the content for an associated app extension. Configure the view controller with the app extension identity and the specific scene you want to display. Use the associated delegate object to receive notifications when the app extension becomes active or inactive.
For more information about presenting this view controller and using it to display an app extension’s UI, see Including extension-based UI in your interface.