How can i take screen shots from running video in iphone - iphone

I have developed one application in iPhone which contains videos.
Now I want to take screen shots form that running video.I am not having much time for search.
Is anybody having any idea regarding this thing...I know i have asked a bit silly question but still want proper answer.

Try this
- (UIImage *)thumbnailImageAtTime:(NSTimeInterval)playbackTime timeOption:(MPMovieTimeOption)option

maybe this could help you:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/2353-possible-make-screenshot-programmatically-2.html

To take a screenshot on iPhone press the Home and Sleep/Power buttons at the same time.

Related

Wallpaper app, dont work image gallery saver

I'm making a wallpaper application, I ran into this problem 1) For some reason, the image gallery saver does not work, the resolution works 2) If someone understands infinity scroll I will be very happy to help, I just can’t write it into the code. Thanks in advance for the answers
https://github.com/Myliu1904/New_Wallpaper_HD/blob/master/lib/views/imageView.dart
https://github.com/Myliu1904/New_Wallpaper_HD/blob/master/lib/controller/imageView_controller.dart
I have no idea what you talk about in first question, but for the long Lists you can read this doc from flutter https://flutter.dev/docs/cookbook/lists/long-lists.

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: 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.