Joker
Joker

Reputation: 830

how to use SignalR in swift 2.0 or later?

I was in search for document or a sample that shows how to use SignalR in iOS with swift 2.0 or later , but didn't find any until now so I am not able to provide any code here. I am looking for sample code. I am Using Xcode 7.2 Swift 2.1.1. Asp.net mvc 4 as Backend.Later I have found some libraries like DyKnow/SignalR-ObjC and adamhartford/SwiftR but as a newbie with Swift I don't know which one Suits my Project(Creating a Chat Application that contains only Group Chats with file sharing like photos , videos etc) and how to implement the library. So looking forward for some sample on how to use SignalR with swift

Upvotes: 4

Views: 3542

Answers (1)

Joker
Joker

Reputation: 830

Hmmm... I tried adamhartford/SwiftR and it worked for me. There is a great documentation available for using the library. hope this helps anyone searching the same. :)

Upvotes: 4

Related Questions