https://github.com/irons163/irmultipleplayers
IRMultiplePlayers is a multiple video players for iOS.
https://github.com/irons163/irmultipleplayers
players videoplayer
Last synced: 7 months ago
JSON representation
IRMultiplePlayers is a multiple video players for iOS.
- Host: GitHub
- URL: https://github.com/irons163/irmultipleplayers
- Owner: irons163
- License: mit
- Created: 2021-03-25T10:56:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T01:57:40.000Z (over 4 years ago)
- Last Synced: 2025-01-17T05:24:11.378Z (9 months ago)
- Topics: players, videoplayer
- Language: Objective-C
- Homepage:
- Size: 67.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# IRMultiplePlayers
- IRMultiplePlayers is a multiple video players for iOS.
- Using the video player([IRPlayer](https://github.com/irons163/IRPlayer)).
- Using MVVM collectionView/tableView stucture([IRCollectionTableViewModel](https://github.com/irons163/IRCollectionTableViewModel)).## 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.
```obj-c
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 |
|:---:|:---:|
|  |  |
| Demo3 | |
|  | |