iPhone settings screen - iphone

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

The open source InAppSettingsKit will let you do this easily.

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

Related

Which component is used by lookbook.nu app?

I'm searching the way to do this:
How can I do it? It is present in the "lookbook.nu" app for iPhone
Maybe this could help you...
http://www.youtube.com/watch?v=1iykxemuxbk
you can simply create a UIPopover on Iphone, but I think on ipad its much easier...Well take a look.

iPhone grouped UITableView

Hi I'm new in iPhone programming, I'm looking for someone who can give me a tutorial on how to create a grouped TableView style please, if you can post an example with the .h and .m files, that will be much appreciated.
Thanks in advance.
You can just set it up as you would a regular tableView. If you are using Interface Builder, you can change the style there. Or if you are creating it programmatically, you can set initWithStyle:UITableViewStyleGrouped, which gives you the desired look.
Here is a good tutorial to help you get started if you are unfamiliar with creating a tableView in general
There is a simple example on the Apple Developer Site called TheElements which shows how to set the different styles.
If you are new to iOS I strongly suggest you check out the stanford course Developing Apps for iOS. Section 10 talks about TableView.

Switching Views

I have two XIb files and I need to switch between them with the swipe of a finger, like the native iphone weather app. does anyone know how to do this. please give some sample code if possible. thank you. P.S I am programming in Objective-C.
Why don't you check following sample source?
07e - FlipViewSwipe in C02 - Views.zip
http://code.google.com/p/cookbooksamples/downloads/list

how to create a cover flow menu like ipod app when turn in landscape mode?

As per title, how to create such cover flow menu? Have any reference code or tutorial talk about this?
When you install Xcode, look in
/Developer/Examples/Quartz/Core
Animation/CoverFlow
to find an example coverflow app. I hope this helps you.
Plausible Labs has a licensable implementation of a CoverFlow-like UI here.
http://www.chaosinmotion.com/flowcover.m
This is open source project base on opengles. hope this can help

iPhone Tile View

Does anyone know how to create an icon tile layout similar to that of the Application tile view, where I can hold down an icon and sort them. This is also similar to the home screen of the Facebook application.
Is there a special UI control that I can use, or will I have to create this manually? If so, how would I do that?
Help is very appreciated!
Joe Hewitt's Three20 library has a "Launcher View" that does exactly what you need.
http://github.com/joehewitt/three20
You could also use MyLauncher, if you prefer something other then the Three20 giant.
http://github.com/Jarada/myLauncher