Swift Programming

Twitter Integration with Fabric in iOS
- By Aaqib Hussain
- . May 18, 2016
Hello everyone! I thought that I should take some time out to write this basic twitter integration tutorial. Its pretty simple. Before we start, there

Multiple Unwind Segue from one ViewController
- By Aaqib Hussain
- . April 19, 2016
Greetings everyone! I hope you all would be doing great. I wanted to do a small tutorial on how to Exit(Unwind Segue) a controller when

Facebook Login integration with Custom Button in iOS
- By Aaqib Hussain
- . March 3, 2016
Hello guys! Today I’m going to show you how to integrate Facebook login to your iOS app using Swift. Login to your Facebook and go

Using UI Swipe and Pinch Gesture Recognizer with Swift
- By Aaqib Hussain
- . January 9, 2016
Hello everyone! Today I’m going to show a simple way to use Swipe and Pinch gesture with Swift. I have added the following images to

Circular UIView with Slider
- By Aaqib Hussain
- . January 8, 2016
Sometimes you might want to create a Circle out of a UIView or want to create an static Circle on the view or subview or

Rendering original color of UITabBarItems when an item is not selected with Swift
- By Aaqib Hussain
- . October 31, 2015
Greetings and Salutations! By default in iOS, it changes the UITabBarItem(s) color to gray. You can only change the color of selected item and its

Container View in iOS
- By Aaqib Hussain
- . August 11, 2015
Hello everyone! I hope everyone would be doing great. I googled for a long time but I couldn’t find any good tutorial for Container View,

Google Maps with Custom View in iOS
- By Aaqib Hussain
- . July 9, 2015
Today I’m going to show you guys how easily one can integrate Google Maps to their apps. Prerequisites: Xcode 6.3 or above CocoaPods Installed Create

Applying Constraints on Buttons in Xcode
- By Aaqib Hussain
- . June 5, 2015
Hello everyone! Today I’m going to talk about Constraints. Constraints has always been an issue and pain in the neck to everyone, because they can

Android like Toast in iOS
- By Aaqib Hussain
- . June 4, 2015
Hello everyone! Today I’m going to show you how you can easily create toast in iOS. To achieve this task I’m going to use Charles Scalesse’s