Use Touch ID In Your Swift App

WHAT IS TOUCH ID? With iOS 7 and the iPhone 5S release, Apple introduced Touch ID, a new way for users to authenticate by using their fingerprints to unlock their phones or purchases on the App Store. Now, in iOS 8, Apple provides an SDK for developers to use Touch ID in their apps, and, as… Continue reading Use Touch ID In Your Swift App

Published
Categorized as iOS Tagged

Sprite Kit In A Non-Video Game App

SpriteKit is an Apple framework originally designed for 2D video games, with a physics engine, sprites, particles and sound effects. This framework, largely inspired by Cocos2D, is a great tool to design and create a game app. It is easy to use, the Apple documentation is (as usual) comprehensive, and you can find tons of tutorials on the internet.… Continue reading Sprite Kit In A Non-Video Game App