In my previous article, I introduced Core ML which is a general machine learning framework. Apple also provide frameworks for specific… (more…)
Read more »
In Swift, protocol-oriented programming is in fashion. There’s a lot of Swift code out there that’s “protocol-oriented”, some open-source libraries even state it as a feature. I think protocols are heavily overused in Swift, and oftentimes the pro...
Read more »
This post is a tutorial that will teach you how to bind data to views using RxSwift, which is a part of the Functional Reactive Programming (FRP) design pattern — where views react to changes to data…
Read more »
This post is the second of a series of articles focused on Cryptography in Swift. In the first post of the series, we explored Symmetric cryptography. In this post we are going to talk about asymmetric cryptography, and we will implement a class called As...
Read more »
swift-evolution - This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. (more…)
Read more »