Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

求一个说明使用文档 #2

Open
yuzbyu opened this issue Jun 29, 2016 · 4 comments
Open

求一个说明使用文档 #2

yuzbyu opened this issue Jun 29, 2016 · 4 comments

Comments

@yuzbyu
Copy link

yuzbyu commented Jun 29, 2016

No description provided.

@smartydroid
Copy link
Contributor

smartydroid commented Sep 14, 2016

@yuzbyu 正在编写中

@ferrior30
Copy link

Example运行不了,不知道怎么回事,能帮忙看下吗
snip20161014_4

@peppababy7
Copy link
Collaborator

peppababy7 commented Oct 15, 2016

@ferrior30 这是因为你是 Xcode 8,编译时候对 delegete 的检测方式变得严格了导致的。不是框架的问题。

这里可以这么写。
if (self.delegate && [self.delegate respondsToSelector:@selector(mdLayer:didFinishEffect:)]) {
[(id) self.delegate mdLayer:self didFinishEffect:anim.duration];
}

metamacros.h 替换成 mtl_moa_metamacros.h

@smartydroid
Copy link
Contributor

@ferrior30

这问题可以参考这篇文章
http://blog.qiji.tech/archives/15259

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants