We, at Netcetera, are very excited to announce that we are open sourcing our framework for building iOS apps, GirdersSwift.
Tag: networking
What every great iOS engineer needs to know (part 2)
Platform Knowledge In the first part we’ve covered what I believe are the required engineering skills to do a great … More
JSON Parsing in Swift with Generics
Introduction Most of the time, the mobile apps are calling REST services to get and display the latest data to … More
Networking in Swift
Introduction Connecting the mobile apps with a REST service is almost inevitable in every project – apps would be useless … More