You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
I've searched for any related issues and avoided creating a duplicate issue.
Description
I want to build a bridge for this library to be used in the Appcelerator Titanium SDK. When importing the library, I noticed that Xcode complains about the weak self references, e.g.
_weak typeof(self) weakSelf = self;
It can easily be fixed by using __typeof instead. Or do you see any downsides in doing that? Thanks!