How to create a new project in XCode

This post is just to let you guys know how to create a new project in Xcode 4.x. So First of all open the Xcode from your Applications folder or search “Xcode” in spotlight. When xcode is opened now you have to follow these steps Click on “File” available in the top bar of your…

Lazy Loading image Download

Lazy loading is a key thing when you are working on some application where you interact with server side and download data from server side. Normally when we use to download images from server then it takes more time than textual data and users don’t like to wait anywhere. So today I decided to share…

Animate NSLayoutConstraint Change

Hi Guys today we are going to make a tinny sample to demonstrate how to animate NSLayoutConstraint change in a very simple and easy way. are you ready …? we have no time to think about it so lets start. 1. Create a new single view based project. 2. Use a storyboard or whatever you like to…

Adding interactive SplitView for iPad

Adding interactive SplitView for iPad Hello buddies hope you are enjoying good and and coding. Today we are going to add an interactive split view in an iPad application. Good thing is that it will be added in the mid of application not at first screen. So here we go create a new project with…