This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//On iOS | |
import UIKit | |
import MultipeerConnectivity | |
class ViewController: UIViewController { | |
var _session: MCSession! | |
var _peerID: MCPeerID! | |
var _browser: MCNearbyServiceBrowser! | |
override func viewDidLoad() { |