UI控件用weak仍是用strong修飾

#import "ViewController.h" @interface ViewController () @property (nonatomic, weak) UIView *weakView; @property (nonatomic, weak) UIView *selfWeakView; @property (nonatomic, strong) UIView *strongVie
相關文章
相關標籤/搜索