ios15之MobileVLCKit的简单使用
ios15
xcode 13
pod 加入
platform :ios, '15.0'
target 'test123' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for test123
pod 'MobileVLCKit'
end
效果图
最终实现效果图,
部分源码
源码
git地址
https://gitee.com/johnson__save_admin/mobile-vlckit-demo/tree/master/