Contents

MCBrowserViewControllerDelegate

The MCBrowserViewControllerDelegate protocol defines the methods that your delegate object can implement to handle events related to the MCBrowserViewController class.

Declaration

protocol MCBrowserViewControllerDelegate : NSObjectProtocol

Overview

No assumption should be made about which queue the delegate methods are called on. It is the receiver’s responsibility to ensure that any UIKit-related updates are called on the main thread.

Topics

Peer Notifications

User Action Notifications

See Also

Protocols