Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. UIImage *aThumbnail = [player thumbnailImageAtTime:timeCode timeOption:MPMovieTimeOptionExact];
  2.  
  3. //timeCode is a time within de video length, for example: 3.12 seconds.
  4. //player is the MPMoviePlayerController object.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement