KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ChirdVCRotateDemo
★ 10
Open GitHub ↗
ChirldVCRotateDemo
Download README (.md)
Explore Similar Repositories
RTL8188EUS_linux_v4-3-0-8_13968_fixed_KaliLinux_2016
:
Drivers for Alfa AWUS036NHV for Kali Linux 2016
js
:
Practical examples of JavaScript basics including OOP, inheritance, promises, closures, generators, coroutines and more...
ZXCTimer
:
一个全局定时计时器,一行代码开启定时任务或者循环任务
BitBox-Server
:
Seamlessly develop Bitcoin trading algorithms, monitor the performance of your algorithms on the go, and test your algorithms with dry runs and live runs in real markets
tlsssl
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ChirdVCRotateDemo
?
Download (.md)
# PlayerContainerViewController [](https://developer.apple.com/iphone/index.action) [](https://developer.apple.com/Objective-C) [](http://mit-license.org) > 主流视频App 视频页面切换效果实现DEMO >参照腾讯、爱奇艺、搜狐视频、头条等视频展示效果 ##截图  ##使用: ###示例代码 ``` //大小屏切换 self.playerContainerVC = [[PlayerContainerViewController alloc] initWithView:self.movieView viewController:self]; self.playerContainerVC.view.backgroundColor = [UIColor blackColor]; [self addChildViewController:self.playerContainerVC]; //增加子容器 [self.movieView addSubview:self.playerContainerVC.view]; ``` ``` //大小屏切换 迷你屏切换 参考demo ``` ###原理 1、 大小屏切换利用present VC 实现横屏逻辑 2、 利用UIDevice 主动设置设备方向 ### by * 问题建议 to mail * mail:haozi370198370@gmail.com