I use FlowCoverView (http://chaosinmotion.com/blog/?p=295) for cover flow.
However, the textures this library creates are limited to 256 pixels maximum, and I would like to show bigger images in an iPad cover flow.
What do you use for cover flow on the iPad? Is it possible to modify this library to make the textures bigger?
...
Hi all ,
I am developing an iPhone application in which I needs to implement a Coverflow component.
I got a good library from here
It is working nicely .
Now I want to show a different back view with 6 buttons when a user double taps on the image in the coverflow .
For that the tapkulibrary author has implemented a delegate method...
Hello.
I was wondering, what would be the best way, to implement an 'extra' scrollbar, showing thumbnail versions of the pages, you are currently viewing.
In my case, I would like to have maybe around 20 images, which I would animate with Cover Flow Layers and while I 'scroll' up an down to view them, a scrollbar appears at the side, s...
Hi, I'm using sebastiaan holtrop's cover flow component in Flex.
I would like to be able to add the sources to the images using xml.
I would also like each image to have its own URL assosiated with it, so when I click it (if it's in the front of the coverflow), I go to that URL.
I'm a bit clueless as to how to get that done (this is th...
Hi all,
I am trying to add a coverflow in an application for set top box. I have downloaded some cover flow controls in javascript which are freely available in net and all looks good when there are limited number of images. But if i put some 500 odd images, all hanged up. Do any one knows a better logic to avoid this kind of problem. I...
This is my favorite coverflow:
http://paulbakaus.com/lab/js/coverflow/
Is there some way to download this? Or is there an implementation guide?
All I see are some blog posts with nothing on how to implement.
Thanks.
...
Hi all,
Is there any coverflow control(commercial/free) available on Web which is developed in Open GL ES?
Thanks in advance...
...
Possible Duplicate:
Open source iPhone Coverflow like library
What is the best way to implement a CoverFlow like interface for the iPhone? Does Apple provide any libraries?
...
Hi,
I am using a Gallery based Coverflow, as suggested here.
Is there an event that can be caught, which indicates that a single shift (either left or right) has been made in my gallery/coverflow?
To be clear, if I gave the gallery a decent swipe and my center (selected) image has changed 8 times, I would like to catch this event 8 time...
I'm trying to embed OpenFlow in my iPhone app, but I can't figure out how I can resize it in a landscape view with a navigation bar and a toolbar. The covers are too big and the effect is really ugly. Can anyone help me?
...
OpenFlow is used in a lot iPhone apps, and there are several good posts about it
http://apparentlogic.com/openflow/
http://stackoverflow.com/questions/718984/open-source-iphone-coverflow-like-library
I also check out the source codes from github, but seems like it is one year ago.
Now, I plan to use it in iPad app. That means I need...
I'm using William Woody's cover flow implementation. When built with the iOS 3.1 SDK it works well, both on 3.1 and 4.0 devices. But when built with the 4.0 SDK it doesn't show the tiles on an iPod touch device with 4.0 (but it does in the simulator and on an iPhone device).
What might be the problem? What changed that might cause this?...
If you know OpenFlow or CoverFlow, maybe you will have interest for this question.
Latest codes is here http://github.com/tupps/OpenFlow
What I wanna is make each image as button or menu, click it will enter another view, and also can come back by click some "back" button.
Any clues to implement this feature ? Thanks
...
Hi,
I want to load PDFs or Images into a View, but when the source is an URL there might be connection lags, so I wonder what is the best approach when loading content (like magazines) into a Coverflow view in the iPhone?.
(For Coverflow, something like this: http://apparentlogic.com/openflow/ )
Is it ok to get a pdf file then
obtain...
I've been looking at integrating the OpenFlow API developed by Alex Fajkowski: http://fajkowski.com/blog/2009/08/02/openflow-a-coverflow-api-replacement-for-the-iphone/ into an app I am working on.
Does anyone know how I can stack the images vertically so that I can scroll the images from top to bottom/bottom to top like a rolodex?
The...
Hi There,
I'm trying to use the OpenFlow project inside of my application.
My target is; when the user tab to any flow item which currently UIImageView according to OpenFlow's AFItemView, it will be zoom-in in the screen (with/without animation) and then user will be able to close and get back to cower flow view in the app.
I didn't ge...
He There,
I tried to use OpenFlow in my project.
Actually, I have a problem with It, when I tried to use UINavigationController and OpenFlow together on same UIViewController (Actually just create a navigation based project), It is only working vertical orientation, when I try to change device orientation to horizontal, It is going to b...
Hi all.
Is their any apple sample code to implement coverflow in MacOS. Apple core animation documentation shows example of coverflow. But I could not find related sample code. Parden me if I overlooked.
-Thanks in advance
shakthi
...
Hi
I'm trying to make use of FlowCover -> http://www.chaosinmotion.com/flowcover.m but it is not working.
This is my interface class:
#import <UIKit/UIKit.h>
#import "FlowCoverView.h"
@interface TesterCoverFlowViewController : UIViewController <FlowCoverViewDelegate> {
}
- (IBAction)done:(id)sender;
@end
This is my implementatio...
I need a cover flow in the ipad.I have implemented the cover flow application using http://apparentlogic.com/openflow. But it uses mouse to flick the images. I need the same also using a slider. How can i do it???
...