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 has been archived by the owner on Mar 24, 2018. It is now read-only.
i open my linkedin profile from a viewcontroller (there is uinavigationcontrol).
if linkedin method (profileForCurrentUser) is still executing, and i tap to Back button, it crashes.
because view controller is dealloced and it is still trying to fetch data from linkedin.
how can i cancel/stop the linkedin method (profileForCurrentUser,profileForPersonWithID,updateStatus..or other methods)?
The text was updated successfully, but these errors were encountered:
hi, i have another problem.
i open my linkedin profile from a viewcontroller (there is uinavigationcontrol).
if linkedin method (profileForCurrentUser) is still executing, and i tap to Back button, it crashes.
because view controller is dealloced and it is still trying to fetch data from linkedin.
how can i cancel/stop the linkedin method (profileForCurrentUser,profileForPersonWithID,updateStatus..or other methods)?
The text was updated successfully, but these errors were encountered: