iOS进阶知识

LYPlayer使用

2017-09-29  本文已影响26人  NGeLB

LYPlayer

地址:https://github.com/LY-Coder/LYPlayer

介绍

基于swift3.0,支持高度自定义UI样式,有问题欢迎Issues,或者添加QQ群565099748。

特点

分离功能和视图的优劣

  1. 逻辑清晰,代码可读性提高
  2. 如果页面无法满足需求,完全自定义UI

效果图



CocoaPods安装

Podfile

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target 'MyApp' do
  # your other pod
  # ...
  pod 'LYPlayer', '~> 0.4.2'
end

运行下面的命令

$ pod install

License

LYPlayer is released under the MIT license. See LICENSE for details.

上一篇 下一篇

猜你喜欢

热点阅读