All posts in Xcode

Error launching remote program: security policy error.

I was helping my friend to install application on his jailbreak iPhone. It took me some time to understand the issue. Actually he have two issues, one was understanding what to do to make a build and second how to install build to his iPhone. Continue reading →

Popularity: 27% [?]

Getting Started with iPhone Development

Introduction:

Many peoples start working with iPhone without knowing many things about it and later they find it difficult to get everything on board. So this tutorial is focused on getting “Hello World” application running on iPhone simulator. I have also created a screen cast of this. If you do not like to read these 10 steps , you can simply move to video tutorial page. Continue reading →

Popularity: 83% [?]

Beginner iPhone SDK Hello World Tutorial [Example & Code]

Introduction:

I am going to show you the simplest way to create hello world iPhone tutorial. I will write few more tutorials on the basic of iPhone Development. So this tutorial is an absolute beginner guide for iphone development. To get start with iPhone development you need to have iPhone SDK which you can get from here (http://developer.apple.com/iphone). To download it you need to have a apple developer account which is free for everyone. To test the code on device (iPhone) you need to buy a developer license which cost you 99$ or 299$ for enterprise. Continue reading →

Popularity: 100% [?]

iPhone Programming Tutorial: Part 6: Creating custom UITableViewCell Using Interface Builder [UITableView]

Introduction:

I am going to write series of UITableView tutorials (Video Tutorials as well). My target is to make the customized UITableView using UITableViewCell which is requested on “Request Tutorial” page. Following are the list of tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 83% [?]

iPhone SDK Tutorial – {Part 5}: Add, Delete & Reorder UITableView Rows

Introduction:

I am going to write series of UITableView tutorials (Video Tutorials as well). My target is to make the customized UITableView using UITableViewCell which is requested on “Request Tutorial” page. Following are the list of tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 59% [?]

iPhone Tutorial for Retrieving Contact information from AddressBook

Introduction

In this tutorial I will explain how you can retrieve a Contact(s) from your AddressBook (in iPhone) though coding. In iPhone you can retrieve contact information stored in address book easier then you can think. You can retrieve their pictures (photos), email address(es) and anything user stored in AddressBook. Note: iPhone provided easy access to user contacts but put a good restriction on editing those. Your application can retrieved all contact information but could not change it. Your application can edit it and present it to user, user click on save then those changes will be stored in AddressBook. In this tutorial, I will explain simple steps to retrieve user contact Information and final output will look like this: Continue reading →

Popularity: 41% [?]

iPhone SDK Tutorial – {Part 4} Tips for UITableView Design [Add Header, Footer, Background Images & change Design]

I am going to write series of UITableView tutorials (Video Tutorials as well). My target is to make the customized UITableView using UITableViewCell which is requested on “Request Tutorial” page. Following are the list of tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 41% [?]

iPhone Programming Tutorial: {Part 3} Grouped UITableView

I am going to write series of UITableView tutorials (Video Tutorials as well). My target is to make the customized UITableView using UITableViewCell which is requested on “Request Tutorial” page. Following are the list of tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 38% [?]

iPhone Tutorial: {Part 2} Navigatation in UITableView

I am going to write series of UITableView tutorials (Video Tutorials as well). My target is to make the customized UITableView using UITableViewCell which is requested on “Request Tutorial” page. Following are the list of tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 31% [?]

iPhone Programming Tutorial – {Part 1} UITableView using NSArray

Creating iPhone Tutorial Introduction:

I am going to write series of UITableView tutorials (Video Tutorials as well) to help developers and help you make a new applications for Apple store. My target is to make the customized UITableView using UITableViewCell which is requested on “Request Tutorial” page. Following are the list of tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 70% [?]