Assigning retained object to unsafe property;object will be released after assignment

解决方法,将变量

@property  (assign) UILabel *titleView;

改为

@property  (retain) UILabel *titleView;


posted @ 2016-03-26 12:11  yxwkaifa  阅读(2223)  评论(0编辑  收藏  举报