All posts in iPhone

iPhone Debugging Tip

If you add a global debug point and run your application in Debug mode. Your application will always stop once it occur the Crash. Its really handy tip for all kind of development.

Continue reading →

Popularity: 11% [?]

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 7}: Adding Pictures into your table using Interface builder

Creating iPhone Application: Introduction:

I am going to write series of UITableView tutorials for iPhone (Video Tutorials as well) to help developers and programmers to make a new applications for Apple store. This series of tutorials help you create/build iPhone applications more easily and fast. Following are the list of iPhone tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 82% [?]

iPhone Tutorial for Creating a Splash Screen

Introduction:

Some people asked me about creating a splash screen in iPhone. So today I am going to write a simple tutorial on creating splash view for your application. I will write another post on good looking splash page as well. Its really a small thing but have a really good impact on your users.

Continue reading →

Popularity: 88% [?]

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 Programming Tips: Dialing number, opening Email & SMS applications

Introduction

iPhone SDK did not gives you full control over iPhone functionality. But there are few things you can do using iPhone SDK, like, you can dial a number from your application, you can open an email and SMS client from your application. Continue reading →

Popularity: 44% [?]

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% [?]