iphone sdk

iPhone Development: Make an image circular in IOS

Designs make an app look beautiful and trendy that attracts user, as per old saying that if your product did not attract customer’s by its look then it does not matter how well it perform and how good are its feature.So in iPhone app development design is and important aspect of the app development. In

iPhone Development: Make an image circular in IOS Read More »

iPhone Developemnt: Set statusbar color to light content

Every phone has status bar that tells user about status of some of major parts of the phone, like battery, signal strength, running internet or not. Like other phone’s, iPhone also has status bar. As you can see in the picture, status bar in iPhone is shown on top of the phone screen. see picture

iPhone Developemnt: Set statusbar color to light content Read More »

iPhone Development: Load images asynchronously from server in IOS

In iPhone app development, most of time database for the app is remotely located or you can say a central database is used.If app stores user profile information then there must be 80% chances that every user of the app has its profile pic associated with his/her account. There are lot of techniques that allows

iPhone Development: Load images asynchronously from server in IOS Read More »

iPhone Development: Reload a particular row in TableView

Tags: #Reload a Row #Tutorial #UITableView #IOS  Table-view is the most common control used in iPhone app development.It allow app developers to display data in a list form.Everyone is familiar with its implementation in iPhone SDK but few of us know that we can reload a certain row in table-view Ir-respective of loading a whole table-view by

iPhone Development: Reload a particular row in TableView Read More »

iPhone Development:Animate a view in Iphone SDK

Tags: #UIView  #Animation #Tutorial #IOS #UIView Animation Blocks Animation, one thing that make iPhone a cool device. So get ready to make your apps  as a cool  app through use of  animation. Suppose you want a view to slide in from right side of screen and went toward left side.For that purpose we can use UIViewAnimation provided in

iPhone Development:Animate a view in Iphone SDK Read More »

Add a view before TabBarController in iPhone

In mobile app development, sometimes we face a problem where we had to add a view before our UITabbarController in an application that based on  TabBarController means which has a tab at the bottom of screen .To solve this, we will made a view programmatically and then add that code to our  applicationDidFinshLaunching method in

Add a view before TabBarController in iPhone Read More »