Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With xcode 11 and iOS 13 it gives warnign to call some method's on main thread. #18

Open
iYuvraj-kale opened this issue Nov 6, 2019 · 0 comments

Comments

@iYuvraj-kale
Copy link

iYuvraj-kale commented Nov 6, 2019

Following is the method from LKAPIlient.m class which the body needs to call on the main thread.

**- (void) trackProperties:(NSDictionary *)properties
withSuccessBlock:(void (^)(NSDictionary responseDict))successBlock
errorBlock:(void(^)(NSError error))errorBlock

call the content of this block on the main thread.

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

No branches or pull requests

1 participant