Monday 8 February 2016

How to play video on click of CollectionView Cell


uicollection view.jpg
Hi,
The tutorial will help you to set an image on collectionView Cell and when you click on any image play the video.
  1. //
  2. //  ViewController.m
  3. //  YouTubeVideo
  4. //
  5. //  Created by lalit on 4/7/15.
  6. //  Copyright (c) 2015 lalit. All rights reserved.
  7. //

  8. #import "ViewController.h"
  9. #import <XCDYouTubeKit/XCDYouTubeKit.h>

  10. static int count;

  11. @interface ViewController ()<UICollectionViewDataSource,UICollectionViewDelegate>

  12. {
Here is not the end. To view the full Blog about How to play video on click of CollectionView Cell visit Findnerd.

No comments:

Post a Comment