美文网首页
ios15之MobileVLCKit的简单使用

ios15之MobileVLCKit的简单使用

作者: Johnson_9d92 | 来源:发表于2021-12-12 10:31 被阅读0次

    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/

    相关文章

      网友评论

          本文标题:ios15之MobileVLCKit的简单使用

          本文链接:https://www.haomeiwen.com/subject/dbkrfrtx.html