Merge branch 'master' into development
* master: Fixed headings
This commit is contained in:
commit
e1160114f6
@ -138,9 +138,9 @@ github "socketio/socket.io-client-swift", "v8.3.3", :files => "Source/*.swift" #
|
|||||||
Run `seed install`.
|
Run `seed install`.
|
||||||
|
|
||||||
|
|
||||||
## API
|
# API
|
||||||
|
Constructors
|
||||||
### Constructors
|
-----------
|
||||||
`init(var socketURL: NSURL, config: SocketIOClientConfiguration = [])` - Creates a new SocketIOClient. If your socket.io server is secure, you need to specify `https` in your socketURL.
|
`init(var socketURL: NSURL, config: SocketIOClientConfiguration = [])` - Creates a new SocketIOClient. If your socket.io server is secure, you need to specify `https` in your socketURL.
|
||||||
|
|
||||||
`convenience init(socketURL: NSURL, options: NSDictionary?)` - Same as above, but meant for Objective-C. See Options on how convert between SocketIOClientOptions and dictionary keys.
|
`convenience init(socketURL: NSURL, options: NSDictionary?)` - Same as above, but meant for Objective-C. See Options on how convert between SocketIOClientOptions and dictionary keys.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user