Apr 22

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:
  1. Reading Preferences
  2. Editing Preferences
  3. Custom UITableView
  4. Wizard

The Wizard will finally look like this:

You should read the following posts for basics

Continue reading »

Apr 22

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, so we divide them into categories and make a child pane of each category.

Continue reading »

Mar 29

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, refer my previous posts

Continue reading »

preload preload preload