Xcode
Twitter Integration with Fabric in iOS
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
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
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
Circular UIView with Slider
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
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
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
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
Android like Toast in iOS
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
Dropbox Integration With Core API
Hello everyone, Today I am going to show you how you can integrate Dropbox to your app using Swift. So let’s get started. Setting Up Things