Lightweight,High Performance,Cross Platform,MP4 Gift Player
- YYEVAPlayer is a lightweight animation library with a simple yet powerful API。Reference here can easily export animation resources
- YYEVA-iOS render with Metal library , providing you with a high-performance, low-cost animation experience.
To integrate YYEVA into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'YYEVA', '~> 1.0.3'
YYEVAPlayer *player = [[YYEVAPlayer alloc] init];
[self.view addSubview:player];
//config dynmaic elements
[player setImageUrl:localPath forKey:@"image_key1"];
[player setImageUrl:localPath forKey:@"image_key2"];
[player setImageUrl:localPath forKey:@"image_key3"];
[player setText:str.text forKey:@"text_key1"];
[player play:file];
The following interfaces provide the ability to dynamically insert business text or pictures
- setImageUrl:forKey
- setText:forKey
GuoyabiniOS |
Ganpenglong |
WickyLeung |