Objective-CAFNetworking – a delightful networking library for iOS and Mac OS XDejanMay 22, 20160In this post, I will introduce you with AFNetworking, a networking library built for iOS and Mac OS X....
Objective-CMMDrawerController – a lightweight, easy to use, Side Drawer Navigation ControllerDejanMay 22, 20160MMDrawerController is a library that supports side drawer navigation in a lightweight and focused approach. This is...
SwiftPresenting Camera and Photo GalleryDejanMay 21, 20160This tutorial will show you how to open a camera and photo library and also how to use the delegate methods to...
Objective-CEncoding and decoding custom objects in NSUserDefaultsDejanMay 21, 20160 In this post, I will show you how to save and load custom objects in NSUserDefaults, with two very simple...
Objective-CHow to change the UIImage Tint ColorDejanMay 21, 20160 Learn how to change the tint color of an image in whatever color you like with this simple category. I am...