大家好,又见面了,我是全栈君。
解决方法,将变量
@property (assign) UILabel *titleView;
改为
@property (retain) UILabel *titleView;
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/115580.html原文链接:https://javaforall.net
Assigning retained object to unsafe property;object will be released after assignment
大家好,又见面了,我是全栈君。
解决方法,将变量
@property (assign) UILabel *titleView;
改为
@property (retain) UILabel *titleView;
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/115580.html原文链接:https://javaforall.net