DraggableYoutubeFloatingVideo

DraggableYoutubeFloatingVideo allows you to play videos on a floating mini window at the bottom of your screen from sites like YouTube, Vimeo & Facebook or custom video url , yes you have to specify URL for that.

DraggableYoutubeFloatingVideo允许你在一个浮窗上面播放视频,就像Youtube、Vimeo、或者是Facebook的自定义视频窗口一样。

Usage

Initialize from a storyboard id programmatically. Set the video URL , then you're pretty much good to go! Check out the demo app to see how it can be used.

从storyboard初始化,设置一个视频的链接地址,然后你就可以使用了,你可以在demo演示中查看用法。

How it works

This demo app will animate the view just like Youtube mobile app, while tapping on video a UIView pops up from right corner of the screen and the view can be dragged to right corner through Pan Gesture and more features are there as Youtube iOS app

这个demo中的动画效果就像Youtube的app一样,可以通过手的滑动来改变视频播放界面的大小。

最新文章

  1. python教程与资料
  2. 【一】Ubuntu14.04+Jekyll+Github Pages搭建静态博客
  3. ecshop二次开发常用文件位置
  4. 为Office365增加密码过期自动提醒功能
  5. WPF Event 在 Command 中的应用初级篇,支持所有Event 展示松耦合设计的全部代码 - 解决TextBoxBase.TextChanged或者TextBox.TextChanged等类似事件绑定问题。
  6. NDK(1)配置ndk,含eclipse,Android Studio1.5.1
  7. C#中判断一个网址是否可以打开
  8. GridControl 无数据时显示信息
  9. UITableView大总结(上)
  10. Python_文件与文件夹操作
  11. JS之BOMBOM!
  12. django日志,django-crontab,django邮件模块
  13. MyBatis Generator 自定义生成注释
  14. ubuntu18.04 下 使用conda安装requirement.txt指定的依赖包
  15. nginx代理tomcat做负载
  16. 《Android进阶之光》--RxJava结合Retrofit访问网络
  17. Qt的pro文件--项目配置的部分字段
  18. java读写properties配置文件方法
  19. MacOS 下提示APP 损坏 无法安装 解决方法
  20. Array常用函数收藏

热门文章

  1. R语言---- 数据的基本运算
  2. springboot-10-前端页面整合, thymeleaf, freemarker, jsp 模板使用
  3. TCP三次握手/四次挥手
  4. 使用DAO模式开发宠物管理系统---hellokitty
  5. 在你的 Rails App 中开启 ETag 加速页面载入同时节省资源
  6. [转]LINQ: Using INNER JOIN, Group and SUM
  7. 未能加载“xxx”程序集
  8. EventLog组件读写事件日志
  9. 【原】使用Builder模式替代构造参数传参
  10. Java开发中常用的设计模式(三)---建造者模式