ios15之MobileVLCKit的简单使用

2021-12-12  本文已影响0人  Johnson_9d92

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/

上一篇下一篇

猜你喜欢

热点阅读