swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 400 forks source link

I have the example code working, but how do I integrate the SwiftSocket code into the View code that I have already developed? #180

Closed bbabbitt closed 5 years ago

bbabbitt commented 5 years ago

Now that I finally got the example code to work (no mean feat on Xcode 10.2.1), I am at a point where I need to trim SwiftSocket to use as a TCP client only and integrate it into the View code I have already developed. Any thoughts would be very helpful.