Month

November 2014

Using Touch ID public API into your own app

Released with iOS 7, Touch ID allows iPhone 5S and iPad Air users to authenticate with their fingerprint, until now only for AppStore purchases and device unlocking. With iOS 8, Apple released a public API that allows a developer to implement… Lire la suite

Create protocol and implement delegation in Swift

First of all, start by creating a new Swift file and name it something like HLRequestDelegate ; that will define your protocol.

To call your delegate, you may now create a new class instance and call methods defined in previous Swift file…. Lire la suite