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 Nov 29, 2022. It is now read-only.
I am using Xcode 10 and just added this library to test in my project (current version 1.8.1).
I am still getting the warning: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
in file UIScrollView+EmptyDataSet.m
at line void(^fadeInBlock)(void) = ^{_contentView.alpha = 1.0;};
Any idea how to fix it ?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I am using Xcode 10 and just added this library to test in my project (current version 1.8.1).
I am still getting the warning: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
in file UIScrollView+EmptyDataSet.m
at line void(^fadeInBlock)(void) = ^{_contentView.alpha = 1.0;};
Any idea how to fix it ?
Thank you
The text was updated successfully, but these errors were encountered: