doggy
doggy
> KVO works if observers are created after your calls `aspect_hookSelector:` It most likely will crash the other way around. Still looking for workarounds here - any help appreciated. Hi,...
some updates for supporting auto-layout animation On iOS below 8 (7.1;7.0;Sim or Real device), app will crash and prompt to call [super layoutSubviews] **\* Assertion failure in -[RDVAppTabBar layoutSublayersOfLayer:], /SourceCache/UIKit_Sim/UIKit-2935.137/UIView.m:8794...
…whom hook functions with forwardInvocation:. [Forwarded PR](https://github.com/ReactiveCocoa/ReactiveCocoa/pull/3280) In common case, it's efficiently if we preserving the implementation of forwardInvocation: in rac_signalForSelector: and using it later. But the preserved IMP should...
Tested with Xcode 7.3.1
The RACCommand's ` RACSignal *immediateExecuting` logic has been refactored in recent RAC version which makes me a little bit curiously. The signalBlock of a command may become complexly sometimes.. One...
Hi Yuiga, Thank you for making this soo great tweak! Have several voice/calling apps in my phone, but only the most important calling app I want to transferred to my...
HttpServer ``` }, disconnected: { [weak self] session in Log("Websocket client disconnected.") self?.connectedItems.removeAll { $0.session == session } guard let items = self?.connectedItems else { return } self?.danmakus.removeAll { dm...