Hello friends, this is my 1st post for Swift and today I want to talk about why we should switch to Swift, what the features that swift pr...

iOS Developer
Hello friends, this is my 1st post for Swift and today I want to talk about why we should switch to Swift, what the features that swift pr...
Managing the view of an iOS application with respect to the keyboard events generated by iOS application is one of the most widely faced i...
Integrating facebook in any iOS application for login purpose is common in today's market. As most of today's applications uses lo...
Hello friends, today I have used a UIProgressView in my iOS application. I have created a custom UIProgressView programmatically. I found ...
Normally while working with iOS applications we create multiple NSUserDefault with multiple names but while a user log out from the applic...
There are certain situations in which we want to custom the animation of push navigation controller. In this post I am giving a block of c...
Here is a sample code to find the co-ordinates of a location from the location name: Code: -(CLLocationCoordinate2D) getLocationFromAddr...
Here is a sample code to draw line on touches move in iOS programmatically: Code: -(void) touchesBegan:(NSSet *)touches withEvent:(UIEve...
In this blog post I am going to elaborate a simple example to Open Mail Composer programmatically in iOS using Objective-C. I would also p...
Here is a sample code for connecting with SQLite using Objective-C... Code: #import "sqlLiteDemoViewController.h" @interface s...
Hey friends here is a sample code that help you create link in UILabel...... Don't forget to import TTTAttributedLabel. Code: #imp...
Here is a sample code to add a UIButton Programmatically in iOS using Objective-C: Code: UIButton *button_name=[[UIButton alloc]initWithF...