views:

67

answers:

2

Hi Friends,

I want to design a screen like settings screen. Like in grouped uitableview I want to place the controls.

Can any one please provide me any application sample or code ?

Thanks in advance.

Regards, Malleswar

A: 

Take a look at Apple's TableViewSuite and their other sample projects.

Alex Reynolds
Hi Alex, I have gone through table view suite, but did not find any useful stuff for settings screen. In sample projects can you please mention the sample which suits for settings screen design.
A: 

The open source InAppSettingsKit will let you do this easily.

Brad Larson
Hi Brad, Its good. But Is there any direct solution with out open source like directly customizing the table view with controls?
@malleswar - You wanted source code, so why not take a look at how they achieved this in their framework? This is exactly what you want to do.
Brad Larson