AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]用了什么设计模式

今天爱分享给大家带来AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]用了什么设计模式,希望能够帮助到大家。

回答:工厂模式

误区:很容易认为是单例模式

翻看源码:
我们发现没有任何单例模式的踪迹。

+ (instancetype)manager {
    return [[[self class] alloc] initWithBaseURL:nil];
}

人已赞赏
IOS

IOS开发 算法 阶乘 【附代码】

2020-10-23 11:27:29

IOS

在AFURLSessionManager中出现了如下代码的有什么作用

2020-10-23 11:30:16

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
'); })();