Skip to content

IRMultiplePlayers is a multiple video players for iOS.

License

Notifications You must be signed in to change notification settings

irons163/IRMultiplePlayers

Repository files navigation

Build Status Platform

IRMultiplePlayers

Features

  • Using MVVM stucture.
  • Support TableView.
  • Support CollectionView.

Install

Git

  • Git clone this project.

Usage

Basic

  • Set reuseIdentifier to every items in the collection view.
NSString *identifier = [NSString stringWithFormat:@"Identifier_%d-%d-%d", (int)indexPath.section, (int)indexPath.row, (int)indexPath.item];
[collectionView registerNib:[UINib nibWithNibName:CollectionViewCell.identifier bundle:nil] forCellWithReuseIdentifier:identifier];

CollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:identifier forIndexPath:indexPath];

Screenshots

Demo1 Demo2
Demo1 Demo2
Demo3
Demo3

About

IRMultiplePlayers is a multiple video players for iOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published