Giter Site home page Giter Site logo

bilibili_wuxianda's People

Contributors

michaelhuyp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bilibili_wuxianda's Issues

pod install问题

[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup

core is not a symlink. Deleting...
Downloading dependency: core 1.3.1
Downloading core failed:
curl: (35) Server aborted the SSL handshake

您好,我想问一下关于 Banner 无限滚动的一个小思路

我想学一下这个 Banner 无限滚动是怎么实现的,然后有一些不理解,就是在YPCycleBanner.m 文件中,你一开始在 layoutSubviews 方法中写到:

_mainView.contentInset = UIEdgeInsetsMake(0, -((_totalItemsCount * 0.5 - 1) * YPScreenW), 0, -((_totalItemsCount * 0.5 - 2) * YPScreenW));

然后在 automaticScroll 的方法写到

_mainView.contentInset = UIEdgeInsetsMake(0, 0, 0, 0);

为什么需要在 layoutSubviews 设置 contentInset 呢?设置了有什么作用,我去掉了好像也没有什么影响的?

IJKMediaFramework.h找不到

作者你好,我已将你的IJKMediaFramework.h下载了拖进去,还是找不到IJKMediaFramework.h,怎么办,我自己编译的IJKMediaFramework.h导进去也找不到

pod error

当我pod的时候出现这个问题

[!] Error installing Realm
[!] /Applications/Xcode.app/Contents/Developer/usr/bin/git clone [email protected]:realm/realm-cocoa.git /var/folders/lk/wdhcms2s6j16vnmnqhrr6q80fbjp1k/T/d20160728-64202-u6bg1m --single-branch --depth 1

Cloning into '/var/folders/lk/wdhcms2s6j16vnmnqhrr6q80fbjp1k/T/d20160728-64202-u6bg1m'...
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.

Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

pod install 出错

`[!] Error installing Realm
[!] /usr/local/bin/git clone https://github.com/realm/realm-cocoa.git /var/folders/9d/jrxjl4_14tj1w33z34jkrxjm0000gn/T/d20160807-80621-mqozat --template= --single-branch --depth 1 --branch v1.0.2

Cloning into '/var/folders/9d/jrxjl4_14tj1w33z34jkrxjm0000gn/T/d20160807-80621-mqozat'...
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 54
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed`

请问这个怎么解决,网上也没搜到。谢谢

写在最后

《希望能把这个项目写完,还有许许多多的功能点没有写,持续更新中...》

| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
原神,启动!
|_____________|
\ (•◡•) /
\ /
——
| |
|_ |_

编译时报这个错误

Undefined symbols for architecture i386:
"OBJC_CLASS$_QQApiAudioObject", referenced from:
objc-class-ref in libSocialQQ.a(UMSocialQQHandler.o)

你好作者大神,GPUImageContext.h file not found

我把pod install,也把ijkplayer导入了,那刚开始的5个错解决了,podfile里GPUImage框架被注释掉了,我把注释取消掉然后从新安装发现还是少一个文件啊GPUImageContext.h file not found,求指教啊

运行报错

安装都没问题,就是运行的时候报重复定义错误
123

Pod Error Realm

Analyzing dependencies
Pre-downloading: Realm from https://github.com/realm/realm-cocoa.git
[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup

core is not a symlink. Deleting...
Downloading dependency: core 1.4.1

ERROR: One of Realm's submodules is missing!

If you're using Realm and/or RealmSwift from a git branch, please add 'submodules: true' to
their entries in your Podfile.

加油加油!

虽然也帮不上什么忙,点个星,以资鼓励了.

android

有Android版本的吗?

运行报错

1.删掉project.xcworkspace重新pod install还是会报The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.这个错误
2.Result这个库报错,请问是Xcode7.2不支持swift3?

运行错误

pod install之后还是报错,#import "GPUImageFilter.h" 报头文件找不到。xcode版本为7.3

我想问一下你 首页-直播 这个页面的小问题

界面写得很不错,我也想模仿一下,看到 YPLiveContentTableViewCell.m 这个文件时我懵逼了,就是以下这两个方法中:

- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section
{

    return 4;
}

- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
{
    if (indexPath.item >= 4) return nil;

    YPLiveContentCollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:YPLiveContentCollectionViewCellID forIndexPath:indexPath];

    cell.model = _model.lives[indexPath.item];

    return cell;
}

我尝试着将第一个方法返回 3 或者更小的数字,并且将 if (indexPath.item >= 4) return nil; 注释掉,然后就报错了:

2016-09-21 11:04:42.614 Wuxianda[16172:421667] *** Assertion failure in -[UICollectionViewData validateLayoutInRect:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3512.60.7/UICollectionViewData.m:399
2016-09-21 11:04:42.627 Wuxianda[16172:421667] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UICollectionView received layout attributes for a cell with an index path that does not exist: <NSIndexPath: 0xc000000000400016> {length = 2, path = 0 - 2}'

这是为什么呢?因为有时候如果数据只是返回 3 条或者 1 条这样子,显示的时候就不能固定死条数为 4。
望赐教。

pod install error

-> Installing ReactiveCocoa (4.1.0)

Git download
Git download
$ /usr/local/bin/git clone https://github.com/ReactiveCocoa/ReactiveCocoa.git /var/folders/np/wz0lj92s0lxbn4rn7d4xqqkh0000gn/T/d20161003-72847-3xqn9h --template= --single-branch --depth 1
--branch v4.1.0
Cloning into '/var/folders/np/wz0lj92s0lxbn4rn7d4xqqkh0000gn/T/d20161003-72847-3xqn9h'...
Note: checking out 'fdbd3676cc4305c48e53bc25aebdb0eb607cdc2b'.

 You are in 'detached HEAD' state. You can look around, make experimental
 changes and commit them, and you can discard any commits you make in this
 state without impacting any branches by performing another checkout.

 If you want to create a new branch to retain commits you create, you may
 do so (now or later) by using -b with the checkout command again. Example:

   git checkout -b <new-branch-name>

Running prepare command
$ /bin/bash -c set -e sed -i '' 's@<ReactiveCocoa/(.)>@"\1"@g' ReactiveCocoa/ReactiveCocoa.h
sed: can't read s@<ReactiveCocoa/(.
)>@"\1"@g: No such file or directory
[!] /bin/bash -c
set -e
sed -i '' 's@<ReactiveCocoa/(.*)>@"\1"@g' ReactiveCocoa/ReactiveCocoa.h

sed: can't read s@<ReactiveCocoa/(.*)>@"\1"@g: No such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.