How to rotate QTVR image 360 degree in iPhone? - iphone

I want to develope one iphone based application in which i want to rotate one image (type:QTVR) 360 degree. So, i can get the same behavior like street view in google map.
If anybody has done this then please share code snippet here or any useful url for any related article then please paste it in reply.
Any help is greatly appreciate.
Thanks in Advance,

I guess you mean you wanna "rotate" your point-of-view to "scroll" a panoramic image...
I'm using the software "Pano2vr"
It can export panoramas in HTML+javascript+css, so you can embed all the files in your project
and load it in a UIWebView
You can download the demo version to have a look here:
http://gardengnomesoftware.com/pano2vr.php
ciao, luca

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.

how to Get all Images from any WebPage (in iphone)

Can anyone plese help me in this question,i m trying this but not getting any suitable answer ,i m a beginner to iphone.
in my app i m using a scroll view which will show all images of a given webpage.
my question is : how to Get all Images from any WebPage (in iphone)
Thank You in Advance.
I think this tutorial of ray wenderlich has exactly what you need:
http://www.raywenderlich.com/4295/multithreading-and-grand-central-dispatch-on-ios-for-beginners-tutorial
You will handle ASIHTTP and grand central dispatcher to do what you need.
I hope it helps

Annotation lines for iphone videos

I am working on an iPhone application where i be creating an video where i can annotate the video with lines .
I have gone through the library but could not find anything that could help me till now .
I would really appreciate it if anyone could show some light on this matter at the earliest.
Thanking You,
If you want to add yourown graphics or text or lines to the video have a look at AVFoundation, should be able to do what you wAnt

iphone: scale when using glgif library

I am using glgif to display some gif picture on iphone, the gif is be downloaded from web. I display it on iphone successfully but the picture seems wrong scale. It happened to many pictures. Can anyone suggest me to fix this? I dig in to glgif but can not find a way to fix.
Thank you very much.
Uncomment [self setAspectScale:YES]; inside -(void)startAnimation:(Video*)video;

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.