-
Advertising Identifier in iOS
An alphanumeric string unique to each device, used only for serving advertisements.
-
CMMotionManager noise reduction in iOS
A way to smooth the accelerometer readings using a Low Pass Filter.
-
Playing sounds in SpriteKit using SKAction
A couple of tips and tricks and useful code snippets for playing sounds.
-
iOS NSRunLoop in a Nutshell
An event processing loop that you use to schedule work and coordinate the receipt of incoming events.
-
MVC design pattern in iOS
Model-view-controller concept in the iOS world.