adamhartford / SwiftR

Swift client for SignalR (iOS and Mac)
MIT License
174 stars 74 forks source link

Event response as Custom Object Type #106

Open krishnameena opened 6 years ago

krishnameena commented 6 years ago
complexHub.on("notifyComplex") { args in
    let m: AnyObject = args![0] as AnyObject!
    print(m)
}

In above how can I receive response (m) as my custom type Object ?

Pirokar commented 6 years ago

No answer :(