Anders Ha
Anders Ha
Clicking on web notifications from web.whatsapp.com brings the user to the corresponding chat. Tested with Safari 9.0.
Are you using El Capitan? If yes, try v1.5.
Speaking of my app & library development experiences with Swift, the ambiguity as discussed is perhaps an unfortunate projection of the _underlying implementation details_ of this language feature. Maybe it...
DrawerKit is currently built for the modal presentation API, which has semantics that doesn't make sense when the drawer is always kept on screen as @wltrup has mentioned. A potential...
podspec validation has failed because of the prototype warnings. 😬
`UIImageView` can be bound with any ReactiveSwift primitive via its `image` binding target, as long as the RHS would not fail. For example: ```swift // `fetchAvatarFromNetwork` returns `SignalProducer`. imageView.reactive.image
Have you deployed this in development, and tried it with instances that has been isa-swizzled e.g. KVO? Would you mind to write a reduced test case for this? I am...
Oh yeah, just checked again the RAC implementation - `[self class]` is swizzled to return the original subclass like how KVO does its swizzling. Sorry for missing the bits.
Got another question though. AFAIU this solves the clash in swizzled `forwardInvocation`s of the frameworks. What about the IMP swizzling? Is that a problem in practice? _(Perhaps not, assuming you...
Thank you for all the information and the test cases, which do help as I am interested in searching for a potentially cleaner approach. /cc @ReactiveCocoa/reactiveobjc