Which component is used by lookbook.nu app? - iphone

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.

Related

iPhone: iPhoto like tile view for image browsing

In an iPhone application I want to create an UI that just look like iPhoto application where photos will be loaded like iPhoto's tile view.
I am planning to use UITableView To achieve this.
How can I manage showing random sizes images just like iPhoto app shows in there gallery view?
Any library which will help to achieve it? Can you please provide code sample url's?
Shiv you can try AQGridView that may help you to achieve what you are looking for.
You can also wait for IOS 6 and see photo tools.
check out http://three20.info/ as well and may help you. Probably you may have hit iPhone show photos/images sliding (like photo library and Facebook app)? link. but be sure to check this link.
Hope this many things would help you; I tried to give answer in noon but it take me late and it's evening now.

CoverFlow effect same with H&M app

Anyone know any sample code which make CoverFlow effect same with H&M app, please tell me, many thank. (H&M app here)
Bellow is H&M app snapshot:
Have a look to this question, you might find what you're looking for : Open source CoverFlow library for iPhone
http://fajkowski.com/blog/2009/08/02/openflow-a-coverflow-api-replacement-for-the-iphone/
This worked for me. You might need to modify code if you want to run it to iPad.

iPhone - Image selection similar to Music Album in iPhone

I am new in iPhone programming. I want to create a puzzle game and I would really like to implement and image selection screen similar to the way you select a Music Album in iPhone iPod.
I can't upload a picture, but I will send you a link if my description is not detailed enough.
I don't know what to search for details. Can you give me a hint if it is even possible to implement it?
Thank you a lot,
Andrei
Refer to this, it is much easier one.
That's called Cover Flow and there's an open source library that does something similar here.
Alternatively, Apple has a built-in UIImagePicker.

How to make an NumericUpDown on the Iphone?

I am trying to firgure out a way to make an NumericUpDown component for the Iphone. Anyone know if something like that already exists ?
Any idea what would be a good approach to create something like that ?
Thanks
If your NumericUpDown mean images in this google search then I can suggest you go with iphone UIPickerView or this one

iPhone settings screen

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.