Delegation
Delegation 是 Cocoa 常用的一种设计模式。
```objc
@property (nonatomic, strong) NSString *name;
```
Delegation 是 Cocoa 常用的一种设计模式。
```objc
@property (nonatomic, strong) NSString *name;
```
本文标题:iOS 设计模式
本文链接:https://www.haomeiwen.com/subject/fqaitttx.html
网友评论