Skip to content

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

Open
wangmingfu wants to merge 2 commits into
gavinkwoe:masterfrom
wangmingfu:master
Open

Bee_Service 内通知注册问题 / performSelectorAlongChain方法兼容ARC#82
wangmingfu wants to merge 2 commits into
gavinkwoe:masterfrom
wangmingfu:master

Conversation

@wangmingfu

Copy link
Copy Markdown

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
Copy Markdown
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