Tagged Questions
0
votes
2answers
361 views
Advise on how to implement image slideshow/carousel? ( iOS )
I've just started out with iOS development and I'm building an app to help myself learn faster.
I've gotten to the stage where I have all the basics of the app nailed down but now I just want to ...
1
vote
1answer
76 views
UIImagePicker slideshow of images on selection
Like the Photos App shows, all albums > all photos in a particular album > single photo view,
even I need a similar kind of a view. I have used UIImagePickerController and easily go to the second ...
0
votes
1answer
187 views
iPhone iOS how to display a slideshow of photos stored in the app?
I have an app that allows the user to take photos using front facing camera and store them in the app. I would like to offer the user an ability to view all photos in order they were taken one after ...
-1
votes
4answers
841 views
Make a slide show on iphone app [duplicate]
Possible Duplicate:
iPhone Image slideshow
I want to do a simple slideshow with 6 images but i have any idea on how to do that. It's with UIPageControl ? there are a tutorial ?
0
votes
1answer
613 views
how to show ppt slideshow in iphone?
I want to show the power point presentation in iphone .
Is this possible ? because I want to show it in the slide show manner .
I however able to show ppt in the webView . but it is in the vertical ...
0
votes
1answer
614 views
How to make slide show in iPhone?
I need to make slide show for number of images. But all the images are coming from server.
How to make this?
Is it possible to attach slide show feature in Three20 framework?
Thanks in advance....
0
votes
2answers
725 views
How to make photo gallery? [closed]
I need to make photo gallery like default iphone photo gallery. How to achieve this? The important one is i am getting photos from url.
thanks in advance....
2
votes
3answers
1k views
Slideshow of Images
I am developing an application of simple slideshow.
Description : In the application I've 5 images stored in an array.Currently I'm displaying the images into a scroll view but I want to show a ...
0
votes
1answer
223 views
iPhone - My new view is blocking my toolbar
I have a problem with my app. With help by a tutorial I've created a slideshow with pictures. I've added a toolbar so it's possible to go back. The problem is that when the pictures are showing, the ...
0
votes
1answer
594 views
Access all the photos of user album in iphone using application
I am working on one application in which i need to show slide show of the user selected photo album,
UIImagePickerController only returns the selected image. I want all previous and next images of the ...
1
vote
2answers
282 views
How is screenshots slideshow implemented in App Store?
I really like the slideshow of application screenshots in application info in App Store. Does anyone have an idea how it is implemented? May be there are some tutorials or source code available? I ...
0
votes
1answer
358 views
Problem using NSTimer for Slideshow
I am trying to create a slide show using NSTimer... But the following code is not scrolling the images at regular intervals...
- (void)tilePages
{
// Calculate which pages are visible
CGRect ...
0
votes
1answer
266 views
timer for slide show in iphone app development
I developed sample app for image slide show
Now i want to keep timer to the app.
It has to scroll the images for every 5 seconds
Please help me with sample code
Thanks
Basanth
9
votes
2answers
4k views
Three20 Photo Scroller alternative?
I wan to add a view in my iPhone app where the user can scroll (paged) through a series of web loaded images.
I've been reading many threads and most of them end up suggesting the Three20 lib.
I've ...
0
votes
1answer
676 views
iphone - Images (slide show) and audio snychronization
I have 20 images and some audio. I would like to show a single image at a time and change the images at (unequal) intervals. For example, I want to show image 1 for 1.44 seconds and image 2 for 1.67 ...
2
votes
2answers
434 views
Using UIImageViews for 'pages' in an iPhone/iPad storybook app?
I'm new to iPhone programming, and well, what seems obvious to me may seem silly to a seasoned coder. I did a few 'switching views' tutorials on Youtube, and basically, they seems to work nicely for ...
1
vote
3answers
6k views
Tutorials or sample code for creating a slideshow with Photos in iphone
I am new to iPhone development.I want to create a slide show in my application. Is there any sample tutorials or programs are available to achieve the task? I have searched in net and i dint get ...
0
votes
1answer
1k views
CoverFlow like Slideshow
I stuck again at a Problem.
I want to make a little Slideshow (functionality like CoverFlow -> Thumbnails can scroll horizontally).
I have 10 Pictures that should be as Thumbnails in this show. when ...
2
votes
2answers
864 views
How to create image slideshow effect
I m trying to do slideshow effect in iPhone as like in iTunes. One Image at the middle and the others at the left and ride side arranged in the manner of floppies in rack. but I not even a single clue ...
2
votes
4answers
17k views
iPhone Image slideshow [closed]
I want to create a slideshow on iphone. I don't know if there is already a sample code or a lib that already do that.
Thanks for your help
3
votes
2answers
2k views
Ken Burns effect on iPhone views
are there any exisiting approaches on how to apply Ken Burns slideshow effects
(take a look at a javascript demo: slideshow demo site) to a view?
Regards...
