We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、部分属性设置无效:因为设置属性时,view可能还没创建 2、不提前设置placeholderImage,会闪退
这里是修复的参考方案 #45
The text was updated successfully, but these errors were encountered:
我已经很久没做iOS了,这玩意儿也很久没维护了,心血来潮打开github看了一下,就看到了你的pull请求,不太明白,把_xxx改为self.xxx的用意何在?
Sorry, something went wrong.
都转行啦,厉害!! 因为属性设置的时候使用的是_xxx,这时候_xxx可能还没有创建,而self.xxx会调用你的懒加载
No branches or pull requests
1、部分属性设置无效:因为设置属性时,view可能还没创建
2、不提前设置placeholderImage,会闪退
这里是修复的参考方案 #45
The text was updated successfully, but these errors were encountered: