Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 2.42 KB

README_en.md

File metadata and controls

73 lines (54 loc) · 2.42 KB

YYEVA iOS

Lightweight,High Performance,Cross Platform,MP4 Gift Player

Intruduction

  • 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.

Platform support

Usage

Installation with CocoaPods

To integrate YYEVA into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'YYEVA', '~> 1.0.3'

create YYEVAPlayer instance

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

QQ exchange group

qqgroup

Dev Team


GuoyabiniOS

Ganpenglong

WickyLeung