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

Bee_Service 内通知注册问题 / performSelectorAlongChain方法兼容ARC #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wangmingfu
Copy link

Bee_Service 内通知注册问题

在Bee_Service 里面

[self observeNotification:UIApplicationDidEnterBackgroundNotification];

这个默认会调用  handleNotification:

ON_NOTIFICATION2( UIApplicationDidEnterBackgroundNotification, notification )

这样应该是有问题的

Bee_Service 内通知注册问题
IMP 在ARC中不支持,改成用NSInvocation实现
@wangmingfu wangmingfu changed the title Merge pull request #1 from gavinkwoe/master Bee_Service 内通知注册问题 Apr 25, 2014
@wangmingfu wangmingfu changed the title Bee_Service 内通知注册问题 Bee_Service 内通知注册问题 / performSelectorAlongChain方法兼容ARC Apr 25, 2014
@gavinkwoe
Copy link
Owner

PerformSelectorAlongChain 方法兼容ARC …

这里有问题,并没实现按class继承关系遍历调用。请检查代码。

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

Successfully merging this pull request may close these issues.

2 participants