Currently on offer:
Posts about stuff I encounter when programming in Swift. Lots of example code.
Do you need help on a specific subject? Use the contact form (Request a blog entry) on the right hand side.
Swift Source Code Store
Back at BalancingRock.nl we have opened up a Swift Source Code Store. There you can save big on your development time by using the same source code that we use in our projects. But the prime mission of that code is to provide you with examples on how things can be done.
Currently on offer:
Currently on offer:
Subscribe to:
Posts (Atom)
I have been reading your posts on socket programming in swift. So far I understand the parts but I still don't see the big picture. How do the individual functions you describe work together? They seem to have shared variables but those also appear incapsulated in functions.
ReplyDeleteHello Deanne,
ReplyDeleteIt is difficult to answer such a general question. However I am working on a set of utilities for socket programming that will be accompanied bij some example code. I trust that these would answer most remaining questions. While I cannot make any promises, I do hope that I will be able to post the first of these sometime next week.