Created
May 7, 2015 09:53
-
-
Save MickaelCruzDB/feb920aefea4f72c5a64 to your computer and use it in GitHub Desktop.
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
let socket = SocketIOClient(socketURL: "192.168.1.19:5260") | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
self.socket.connect() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment