Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
renzifeng committed May 9, 2016
1 parent a4afe43 commit 7375d7d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Direct drag IB to UIView, the aspect ratio for the 16:9 constraint (priority to

```objc
self.playerView.videoURL = self.videoURL;
// Return button event
// Back button event
__weak typeof(self) weakSelf = self;
self.playerView.goBackBlock = ^{
[weakSelf.navigationController popViewControllerAnimated:YES];
Expand All @@ -73,7 +73,7 @@ self.playerView = [[ZFPlayerView alloc] init];
make.height.equalTo(self.playerView.mas_width).multipliedBy(9.0f/16.0f).with.priority(750);
}];
self.playerView.videoURL = self.videoURL;
// Return button event
// Back button event
__weak typeof(self) weakSelf = self;
self.playerView.goBackBlock = ^{
[weakSelf.navigationController popViewControllerAnimated:YES];
Expand Down Expand Up @@ -119,14 +119,20 @@ self.playerView.goBackBlock = ^{
- [https://developer.apple.com/library/prerelease/ios/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/02_Playback.html#//apple_ref/doc/uid/TP40010188-CH3-SW8](https://developer.apple.com/library/prerelease/ios/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/02_Playback.html#//apple_ref/doc/uid/TP40010188-CH3-SW8)

---
#### swift project Player
See the [BMPlayer](https://github.com/BrikerMan/BMPlayer) please, thanks the BMPlayer author's open source.

#### ps:I recently swift to do the project, like friends to see it
[ZFZhiHuDaily](https://github.com/renzifeng/ZFZhiHuDaily)
#### swift project ZFZhiHuDaily
I recently written [ZFZhiHuDaily](https://github.com/renzifeng/ZFZhiHuDaily).

#### There are technical problems can also add my iOS technology group, mutual discussion, group number is:213376937

---

# Contact me
- Weibo:[@任子丰](https://weibo.com/zifeng1300)
- Email:zifeng1300@gmail.com
- Weibo: [@任子丰](https://weibo.com/zifeng1300)
- Email: zifeng1300@gmail.com

# License

ZFPlayer is available under the MIT license. See the LICENSE file for more info.
14 changes: 10 additions & 4 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,20 @@ self.playerView.goBackBlock = ^{
- [https://developer.apple.com/library/prerelease/ios/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/02_Playback.html#//apple_ref/doc/uid/TP40010188-CH3-SW8](https://developer.apple.com/library/prerelease/ios/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/02_Playback.html#//apple_ref/doc/uid/TP40010188-CH3-SW8)

---
#### swift版Player
请移步 [BMPlayer](https://github.com/BrikerMan/BMPlayer),感谢 BMPlayer 作者的开源。

#### ps:本人最近swift做的项目,喜欢的朋友们看看吧
[知乎日报Swift](https://github.com/renzifeng/ZFZhiHuDaily)
#### swift版知乎日报
本人最近编写的 [知乎日报Swift](https://github.com/renzifeng/ZFZhiHuDaily)

#### 有技术问题也可以加我的iOS技术群,互相讨论,群号为:213376937

---

# 联系我
- 微博:[@任子丰](https://weibo.com/zifeng1300)
- 邮箱:zifeng1300@gmail.com
- 微博: [@任子丰](https://weibo.com/zifeng1300)
- 邮箱: zifeng1300@gmail.com

# License

ZFPlayer is available under the MIT license. See the LICENSE file for more info.

0 comments on commit 7375d7d

Please sign in to comment.