Ohhk, quite a lot of things done but this one is something which I have used most often. Custom cells can sometimes greatly push ahead the usability of your application. In this post I am going to create a test project which will demonstrate how to create custom cells and use them appropriately to provide [...]
In this post I am going to access all the preferences from the code. Also I have made a setup wizard which allows you to change the preferences from the application it self.
Following are some of the things covered:
Reading Preferences
Editing Preferences
Custom UITableView
Wizard
The Wizard will finally look like this:
You should read the following posts for [...]
In this post I will be using PSChildPaneSpecifier in the application preferences.
You should read part 1 of this post if you are not familiar with application preferences. You can find it here .
What does PSChildPaneSpecifier do? It adds another page of configurations into your settings. We do that when we have a large number of configurations, [...]
Here I am going to discuss Application Preferences. For those who are unaware of it, Application preferences refers to the configurations that shows up in the Settings. So if you want your application name to be listed inside Settings, you need to follow the procedure.
Lets first discuss what are the available options. Since we know [...]
In this post I will be creating a calendar, which could reused in an any native application.
I used the calendar source from here and modified it a little bit to suit my requirements.
You can find the modified code from my project here: DOWNLOAD PROJECT
The final screen should look like this:
[...]
Hello again. This time I will be creating a native contacts like screen. If you are not familiar with it, here is how it looks like:
This view is very important for many business applications. There can be several ways of implementing this view, depending upon your specific need you can write one. I will [...]
In this post I will be creating a Search screen, which will have a table view with a search bar. Table should display all the records if search field is empty other wise it should show all the records that have matching strings with the search field.
At the end, it should look like this:
For basics, [...]
In this post I will be discussing how to create and use database on iPhone. The application will finally look like this:
Please refer my previous posts
Simple Hello World Application
Navigating from one view to another
Creating a UITableView programmatically
Customizing Header View of table
This post will discuss how we can add a headerView to a UITableView and customize it.
For Basics refer my previous posts
Simple Hello World Application
Navigating from one view to another
Creating a UITableView programmatically
The tableView will finally look like in the above figure. The headerView is the 30 pixel bar just below navigationBar and it reads “Last [...]
In this post I will be making another view and tell you how to navigate from first view to the one we are going to create now. The new view is a table view and we will learn here how to make a UITableView programatically.
Please refer my previous post as I am going [...]

Recent Comments